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