Skip to content

Commit

Permalink
fix non x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah committed May 23, 2024
1 parent 3475fef commit 8aa98e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3642,7 +3642,7 @@ enum ScalarArchInner {
}

#[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
impl ArchInner {
impl ScalarArchInner {
#[inline]
pub fn new() -> Self {
Self::Scalar
Expand Down

0 comments on commit 8aa98e0

Please sign in to comment.