Commit ece8472
fix: reversed _mm512_set4_epi64 implementation
Fixes #1555 by changing the implementations of _mm512_set4_epi64 and _mm512_setr4_epi64 to use _mm512_set_epi64. This makes these implementations consistent with the other _mm512_set[r]4_* implementations as well as changes their behavior to be in line with what the intrinsics guide describes.1 parent 495c50d commit ece8472
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28363 | 28363 | | |
28364 | 28364 | | |
28365 | 28365 | | |
28366 | | - | |
28367 | | - | |
| 28366 | + | |
28368 | 28367 | | |
28369 | 28368 | | |
28370 | 28369 | | |
| |||
28374 | 28373 | | |
28375 | 28374 | | |
28376 | 28375 | | |
28377 | | - | |
28378 | | - | |
| 28376 | + | |
28379 | 28377 | | |
28380 | 28378 | | |
28381 | 28379 | | |
| |||
0 commit comments