rust/library/stdarch/crates
tmiasko e8bef7ee3f
Use a bootstrap guard for modules with new target features (#970)
The recently added modules use target features that are not yet
available in rustc compiler used for bootstrapping.

Guard them with `#[cfg(not(bootstrap))]`.
2020-12-11 17:02:35 +00:00
..
assert-instr-macro Use black_box instead of llvm_asm (#944) 2020-11-04 17:20:13 +00:00
core_arch Use a bootstrap guard for modules with new target features (#970) 2020-12-11 17:02:35 +00:00
simd-test-macro Bye bye MMX! (#890) 2020-09-03 14:12:19 +01:00
std_detect Fix some clippy lints (#937) 2020-11-02 00:53:39 +00:00
stdarch-gen Add reamained vmax and vmin via auto-generated code (#956) 2020-11-22 14:07:22 +00:00
stdarch-test Use --no-show-raw-insn to make disassemble parser simple. (#948) 2020-11-06 21:56:36 +00:00
stdarch-verify Add AVX512BITALG (#964) 2020-12-09 00:28:58 +00:00