mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-22 06:01:59 +00:00
This allows using feature detection macros, without placing a requirement of enabled stdsimd feature gate from end users. A follow-up to changes from #1311, which introduced the new macro.