mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 09:27:38 +00:00
6 lines
100 B
Rust
6 lines
100 B
Rust
#![feature(x87_target_feature)]
|
|
|
|
#[inline]
|
|
#[target_feature(enable = "x87")]
|
|
pub unsafe fn foo() {}
|