Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Headers/avx512fintrin.h | ||
---|---|---|
9124 ↗ | (On Diff #59720) | 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. |