#[target_feature(enable="...")]
does not enable use of feature-specific registers
#89289
Labels
F-asm
`#![feature(asm)]` (not `llvm_asm`)
On x86 the following does not compile:
ubt it does compile with
-Ctarget-feature=+avx
specified. Both should work?The text was updated successfully, but these errors were encountered: