Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
onethumb committed Dec 11, 2024
1 parent 43215c9 commit b399836
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pclmulqdq/x86.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ impl super::SimdExt for Simd {
let low_high = ((low >> 32) & 0xFFFFFFFF) as i32;

// Create the 128-bit vector using 32-bit parts
Self(_mm_set_epi32(
high_high,
high_low,
low_high,
low_low,
))
Self(_mm_set_epi32(high_high, high_low, low_high, low_low))
}

#[inline]
Expand Down

0 comments on commit b399836

Please sign in to comment.