Skip to content

Commit 9be3699

Browse files
lu-zerognzlbg
authored andcommitted
Test vec_mradds and not vec_madds
Typo introduced in 1d6ccad
1 parent 886ff38 commit 9be3699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/powerpc/altivec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ mod tests {
901901

902902
let d = i16x8::new(0, 3, 6, 9, 12, 15, 18, i16::max_value());
903903

904-
assert_eq!(d, vec_madds(a, b, c).into_bits());
904+
assert_eq!(d, vec_mradds(a, b, c).into_bits());
905905
}
906906

907907
#[simd_test(enable = "altivec")]

0 commit comments

Comments
 (0)