Disable new intrinsics for bootstrap
This commit is contained in:
parent
d655dd6dca
commit
e61aaf91c8
@ -257,6 +257,7 @@
|
|||||||
/// type).
|
/// type).
|
||||||
///
|
///
|
||||||
/// `mask` must only contain `0` or `!0` values.
|
/// `mask` must only contain `0` or `!0` values.
|
||||||
|
#[cfg(not(bootstrap))]
|
||||||
pub fn simd_masked_load<V, U, T>(mask: V, ptr: U, val: T) -> T;
|
pub fn simd_masked_load<V, U, T>(mask: V, ptr: U, val: T) -> T;
|
||||||
|
|
||||||
/// Write to a vector of pointers.
|
/// Write to a vector of pointers.
|
||||||
@ -276,6 +277,7 @@
|
|||||||
/// type).
|
/// type).
|
||||||
///
|
///
|
||||||
/// `mask` must only contain `0` or `!0` values.
|
/// `mask` must only contain `0` or `!0` values.
|
||||||
|
#[cfg(not(bootstrap))]
|
||||||
pub fn simd_masked_store<V, U, T>(mask: V, ptr: U, val: T);
|
pub fn simd_masked_store<V, U, T>(mask: V, ptr: U, val: T);
|
||||||
|
|
||||||
/// Add two simd vectors elementwise, with saturation.
|
/// Add two simd vectors elementwise, with saturation.
|
||||||
|
Loading…
Reference in New Issue
Block a user