Remove useless comments

This commit is contained in:
gnzlbg 2019-04-19 10:44:11 +02:00 committed by gnzlbg
parent 2da1e6bfa9
commit f7560ee7e0
4 changed files with 4 additions and 4 deletions

View file

@ -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::*;

View file

@ -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)]

View file

@ -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::*};

View file

@ -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() {