rust/library/stdarch/crates
Alex Crichton bb2b4293b9 wasm32: Add simd128 to enabled features for relaxed intrinsics
It looks like LLVM requires that `simd128` is active to use these
intrinsics and `relaxed-simd` isn't implicitly enabling them. This is
probably something to fix at the LLVM layer as well but for now enable
both the `simd128` feature as well as the `relaxed-simd` feature to fix
things on our side.
2024-07-11 17:26:52 +02:00
..
assert-instr-macro Silence unexpected-cfgs 2024-05-06 16:02:08 +02:00
core_arch wasm32: Add simd128 to enabled features for relaxed intrinsics 2024-07-11 17:26:52 +02:00
intrinsic-test feat: stabilization for stdarch_aarch64_crc32 2024-05-14 15:52:07 +02:00
simd-test-macro arm64ec 2024-03-13 22:30:36 +00:00
std_detect Implemented runtime detection of xop target-feature 2024-07-06 18:55:26 +02:00
stdarch-gen-arm Enable testing for AArch64 Windows 2024-04-19 17:21:08 +02:00
stdarch-gen-loongarch core_arch: Add LoongArch LASX intrinsics 2024-02-28 08:43:52 +00:00
stdarch-test Implemented VEX versions 2024-07-06 11:00:34 +02:00
stdarch-verify Added verification for doc comments 2024-07-08 00:32:43 +02:00