We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
llvm.nearbyint.v4f32
1 parent b08a73e commit 1694df9Copy full SHA for 1694df9
crates/core_arch/src/powerpc/altivec.rs
@@ -382,7 +382,7 @@ unsafe extern "C" {
382
#[link_name = "llvm.ppc.altivec.vrlw"]
383
fn vrlw(a: vector_signed_int, c: vector_unsigned_int) -> vector_signed_int;
384
385
- #[link_name = "llvm.ppc.altivec.vrfin"]
+ #[link_name = "llvm.nearbyint.v4f32"]
386
fn vrfin(a: vector_float) -> vector_float;
387
}
388
0 commit comments