Skip to content

Commit e8ed083

Browse files
japaricgnzlbg
authored andcommitted
cargo fmt
1 parent 686269b commit e8ed083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/acle/simd32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ pub unsafe fn __usada8(a: int8x4_t, b: int8x4_t, c: u32) -> u32 {
425425

426426
#[cfg(test)]
427427
mod tests {
428-
use core_arch::simd::{i8x4, i16x2};
428+
use core_arch::simd::{i16x2, i8x4};
429429
use std::mem;
430430
use stdsimd_test::simd_test;
431431

0 commit comments

Comments
 (0)