Skip to content

Commit

Permalink
Use a better name for wasm's simd module
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 28, 2021
1 parent 38b24f1 commit 808f9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memmem/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mod x86avx {
}

#[cfg(target_arch = "wasm32")]
mod x86sse {
mod wasm_simd128 {
use super::Vector;
use core::arch::wasm32::*;

Expand Down

0 comments on commit 808f9fd

Please sign in to comment.