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.
1 parent 827087b commit b679ab9Copy full SHA for b679ab9
src/mlaf.rs
@@ -53,7 +53,7 @@ pub(crate) fn mlaf<T: Copy + Mul<T, Output = T> + Add<T, Output = T> + MulAdd<T,
53
),
54
all(target_arch = "aarch64", target_feature = "neon")
55
)))]
56
-pub fn mlaf<T: Copy + Mul<T, Output = T> + Add<T, Output = T> + MulAdd<T, Output = T>>(
+pub(crate) fn mlaf<T: Copy + Mul<T, Output = T> + Add<T, Output = T> + MulAdd<T, Output = T>>(
57
acc: T,
58
a: T,
59
b: T,
0 commit comments