Skip to content

Commit

Permalink
Migrate i586::sse41 to vendor types (rust-lang#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored Jan 12, 2018
1 parent de51bff commit 03cb92d
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 432 deletions.
6 changes: 0 additions & 6 deletions coresimd/src/x86/i586/sse2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2333,12 +2333,6 @@ mod tests {
use x86::*;
use v128::*;

// not actually an intrinsics in SSE2 but useful in the tests below
#[target_feature = "+sse2"]
unsafe fn _mm_setr_epi64x(a: i64, b: i64) -> __m128i {
_mm_set_epi64x(b, a)
}

#[simd_test = "sse2"]
unsafe fn test_mm_pause() {
_mm_pause();
Expand Down
Loading

0 comments on commit 03cb92d

Please sign in to comment.