onnxruntime
ae90b716 - Change _mm512_setzero to _mm512_setzero_ps (#17362)

Commit
2 years ago
Change _mm512_setzero to _mm512_setzero_ps (#17362) ### Description _mm512_setzero is just an alias of _mm512_setzero_ps, and it is a wrong one. See: https://gcc.gnu.org/legacy-ml/gcc-patches/2018-05/msg00338.html And https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/avx512fintrin.h
Author
Changming Sun
Parents
Loading