remove most simd_
intrinsic declaration in tests
instead, we can just import the intrinsics from core
This commit is contained in:
parent
96cfc75584
commit
d8a067b931
84 changed files with 482 additions and 1007 deletions
|
@ -5,9 +5,7 @@
|
|||
#![crate_type = "lib"]
|
||||
#![feature(repr_simd, intrinsics)]
|
||||
|
||||
extern "rust-intrinsic" {
|
||||
pub(crate) fn simd_arith_offset<T, U>(ptrs: T, offsets: U) -> T;
|
||||
}
|
||||
use std::intrinsics::simd::simd_arith_offset;
|
||||
|
||||
/// A vector of *const T.
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue