Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[X86][AVX10] Add no-evex512 for MMX intrinsics, NFCI
Some MMX intrinsics like _mm_setzero_si64 will be called by XMM intrinsics, so need to propagate no-evex512 there. Checked locally with a lot of modified tests and no side effect with this change. No extra test needed for the update.
- Loading branch information