rust/library/stdarch/crates
Alex Crichton 9ab261c3d7
Implement automatic verification for ARM/AArch64 intrinsics (#626)
This commit implements automatic verification of implement ARM/AArch64
intrinsics. Or it's at least a start! This downloads a snapshot of ARM's
[online documentation][docs] and implements necessary logic to parse
that and use it to verify all the intrinsics. Almost everything
checked out A-OK but a few minor tweaks were needed to the neon
intrinsics and the crc ones needed some renaming.

[docs]: https://developer.arm.com/technologies/neon/intrinsics
2018-12-20 14:11:26 -06:00
..
assert-instr-macro Rewrite simd128 and wasm support (#620) 2018-12-13 20:17:30 -06:00
coresimd Start adding some avx512 intrinsics (#618) 2018-12-14 09:44:26 -06:00
simd-test-macro Rerun rustfmt 2018-12-14 12:44:51 -08:00
stdsimd Rewrite simd128 and wasm support (#620) 2018-12-13 20:17:30 -06:00
stdsimd-test Rewrite simd128 and wasm support (#620) 2018-12-13 20:17:30 -06:00
stdsimd-verify Implement automatic verification for ARM/AArch64 intrinsics (#626) 2018-12-20 14:11:26 -06:00