rust/library/stdarch/crates
Alex Crichton 60e8d7766b Unconditionally expose wasm atomic intrinsics
While they're not very useful in single-threaded mode this makes them
more useful for building libraries because you don't have to always
recompile the standard library to get the desired effect. Additionally
it helps us enable tests on CI for these functions, since the
instructions will now validate without shared memory (thankfully!).
2021-03-21 09:24:39 +00:00
..
assert-instr-macro Initial conversion to const generics (#1018) 2021-02-27 14:25:19 +00:00
core_arch Unconditionally expose wasm atomic intrinsics 2021-03-21 09:24:39 +00:00
simd-test-macro Bye bye MMX! (#890) 2020-09-03 14:12:19 +01:00
std_detect Fix building std_detect as a dependency of std (#1089) 2021-03-18 20:36:40 +00:00
stdarch-gen Add vmull, vmull_high, vmlal, vmlal_high, vmlsl, vmlsl_high neon instructions (#1091) 2021-03-20 22:35:19 +00:00
stdarch-test Update WebAssembly SIMD/Atomics (#1073) 2021-03-11 23:30:30 +00:00
stdarch-verify add neon instruction vmov_n_* and vmovq_n_* (#1085) 2021-03-17 09:34:49 +00:00