Remove useless comments
This commit is contained in:
parent
2da1e6bfa9
commit
f7560ee7e0
4 changed files with 4 additions and 4 deletions
|
|
@ -3309,7 +3309,7 @@ extern "C" {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::hint::black_box;
|
||||
use stdsimd_test::simd_test; // Used to inhibit constant-folding.
|
||||
use stdsimd_test::simd_test;
|
||||
|
||||
use crate::core_arch::x86::*;
|
||||
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ mod tests {
|
|||
|
||||
use crate::core_arch::{simd::*, x86::*};
|
||||
use crate::hint::black_box;
|
||||
use stdsimd_test::simd_test; // Used to inhibit constant-folding.
|
||||
use stdsimd_test::simd_test;
|
||||
|
||||
#[simd_test(enable = "sha")]
|
||||
#[allow(overflowing_literals)]
|
||||
|
|
|
|||
|
|
@ -2501,7 +2501,7 @@ mod tests {
|
|||
use crate::mem::transmute;
|
||||
use std::boxed;
|
||||
use std::f32::NAN;
|
||||
use stdsimd_test::simd_test; // Used to inhibit constant-folding.
|
||||
use stdsimd_test::simd_test;
|
||||
|
||||
use crate::core_arch::{simd::*, x86::*};
|
||||
|
||||
|
|
|
|||
|
|
@ -3190,7 +3190,7 @@ mod tests {
|
|||
use std::f64::{self, NAN};
|
||||
use std::i32;
|
||||
use std::mem::{self, transmute};
|
||||
use stdsimd_test::simd_test; // Used to inhibit constant-folding.
|
||||
use stdsimd_test::simd_test;
|
||||
|
||||
#[test]
|
||||
fn test_mm_pause() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue