Reimplement some x86 intrinsics without arch-specific LLVM intrinsics#1463
Merged
Amanieu merged 13 commits intorust-lang:masterfrom Aug 30, 2023
eduardosm:x86-intrinsics
Commits
Commits on Aug 29, 2023
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Implement AVX512BW 16-bit shift by immediate (slli_epi16) with `simd_shl` instead of LLVM intrinsics
committedImplement AVX512BW 16-bit shift by immediate (srli_epi16) with `simd_shr` instead of LLVM intrinsics
committedImplement AVX512BW 16-bit shift by immediate (srai_epi16) with `simd_shr` instead of LLVM intrinsics
committed- committed