Remove simd_rem intrinsic definition
It is unused
This commit is contained in:
parent
713a7f11e1
commit
7bdc18925d
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ extern "platform-intrinsic" {
|
|||
pub fn simd_sub<T>(x: T, y: T) -> T;
|
||||
pub fn simd_mul<T>(x: T, y: T) -> T;
|
||||
pub fn simd_div<T>(x: T, y: T) -> T;
|
||||
pub fn simd_rem<T>(x: T, y: T) -> T;
|
||||
pub fn simd_shl<T>(x: T, y: T) -> T;
|
||||
pub fn simd_shr<T>(x: T, y: T) -> T;
|
||||
pub fn simd_and<T>(x: T, y: T) -> T;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue