Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed May 20, 2024
1 parent dee4917 commit 47ea91b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onnx_extended/validation/cpu/cpu_fpemu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#pragma once

#if defined(__SSSE3__)

#include <immintrin.h>
#endif

namespace cpu_fpemu {

Expand Down Expand Up @@ -49,4 +49,6 @@ inline float __half2float(unsigned short h_val) { return _cvtsh_ss(h_val); }

#endif

#endif

} // namespace cpu_fpemu

0 comments on commit 47ea91b

Please sign in to comment.