Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
svml: require AVX not SSE for {i,u}divrem_epi32
The IIG says that only SSE is required, but due to the types being __m256i ICC will actually use AVX instructions even if the implementations don't use AVX.
- Loading branch information