Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed May 20, 2024
1 parent 47ea91b commit cb5ca5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions onnx_extended/validation/cpu/cpu_fpemu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@

#include <immintrin.h>

#endif

namespace cpu_fpemu {

#if defined(__SSSE3__)

inline float __double2float_rn(double inval) {
float out[4] = {0};
__m128 vout = _mm_cvtpd_ps(_mm_set1_pd(inval));
Expand Down

0 comments on commit cb5ca5e

Please sign in to comment.