Find a file
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
library/stdarch Use a bootstrap guard for modules with new target features (#970) 2020-12-11 17:02:35 +00:00