Skip to content

Commit

Permalink
Enable feature flag stdarch_x86_rtm
Browse files Browse the repository at this point in the history
  • Loading branch information
brkydnc committed Mar 9, 2024
1 parent 5324d65 commit d41db29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Behind the feature gates
#![cfg_attr(feature = "hw", feature(portable_simd))]
#![cfg_attr(feature = "hw", feature(llvm_asm))]

Check failure on line 3 in src/lib.rs

View workflow job for this annotation

GitHub Actions / nightly - x86_64-unknown-linux-gnu

unknown feature `llvm_asm`

Check failure on line 3 in src/lib.rs

View workflow job for this annotation

GitHub Actions / nightly - i686-pc-windows-msvc

unknown feature `llvm_asm`

Check failure on line 3 in src/lib.rs

View workflow job for this annotation

GitHub Actions / nightly - x86_64-pc-windows-gnu

unknown feature `llvm_asm`

Check failure on line 3 in src/lib.rs

View workflow job for this annotation

GitHub Actions / nightly - x86_64-pc-windows-msvc

unknown feature `llvm_asm`
#![cfg_attr(feature = "hw", feature(stdarch_x86_rtm))]
// FIXME: Baking still
#![allow(dead_code)]
#![allow(unused_imports)]
Expand Down

0 comments on commit d41db29

Please sign in to comment.