Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored and gnzlbg committed Feb 18, 2019
1 parent 686269b commit e8ed083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/acle/simd32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ pub unsafe fn __usada8(a: int8x4_t, b: int8x4_t, c: u32) -> u32 {

#[cfg(test)]
mod tests {
use core_arch::simd::{i8x4, i16x2};
use core_arch::simd::{i16x2, i8x4};
use std::mem;
use stdsimd_test::simd_test;

Expand Down

0 comments on commit e8ed083

Please sign in to comment.