Commit a7497a9
committed
fix(avx512f): replace _mm512_cvtsi512_si32 for GCC 10 compatibility
Replace _mm512_cvtsi512_si32 with _mm_cvtsi128_si32(_mm512_castsi512_si128(self))
to fix compilation issues with GCC 10. The _mm512_cvtsi512_si32 intrinsic is not
available in older compiler versions.1 parent e26e406 commit a7497a9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2737 | 2737 | | |
2738 | 2738 | | |
2739 | 2739 | | |
2740 | | - | |
| 2740 | + | |
2741 | 2741 | | |
2742 | 2742 | | |
2743 | 2743 | | |
2744 | | - | |
| 2744 | + | |
2745 | 2745 | | |
2746 | 2746 | | |
2747 | 2747 | | |
2748 | | - | |
| 2748 | + | |
2749 | 2749 | | |
2750 | 2750 | | |
2751 | 2751 | | |
| |||
0 commit comments