Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(x87_target_feature)]
#[inline]
#[target_feature(enable = "x87")]
pub unsafe fn foo() {}