Skip to content

Commit

Permalink
fix typo$
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Sep 16, 2024
1 parent 0b21f34 commit 605b33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unaligned_vector/binary_quantized.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl UnalignedVectorCodec for BinaryQuantized {
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
{
if is_x86_feature_detected!("sse") {
return unsafe { to_vec_see(vec) };
return unsafe { to_vec_sse(vec) };
}
}
to_vec_non_optimized(vec)
Expand Down

0 comments on commit 605b33a

Please sign in to comment.