Skip to content

Commit efea01b

Browse files
mati865japaric
authored andcommitted
Update crates/core_arch/src/acle/simd32.rs
Co-Authored-By: japaric <[email protected]>
1 parent da18663 commit efea01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/acle/simd32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ pub unsafe fn __usad8(a: int8x4_t, b: int8x4_t) -> u32 {
420420
#[inline]
421421
#[cfg_attr(test, assert_instr(usad8))]
422422
pub unsafe fn __usada8(a: int8x4_t, b: int8x4_t, c: u32) -> u32 {
423-
usad8(a, b) + c
423+
__usad8(a, b) + c
424424
}
425425

426426
#[cfg(test)]

0 commit comments

Comments
 (0)