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