Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Headers/avx512fintrin.h | ||
|---|---|---|
| 9124 | please try the following: return __builtin_shuffle(A, B, (0, 5, 6, 7)); // may be you need to swap A and B return W; I know that the immediate code will be less optimal, but we can optimize it later. | |
please try the following:
if (__U)
return W;
I know that the immediate code will be less optimal, but we can optimize it later.