remove simd_reduce_{min,max}_nanless
This commit is contained in:
parent
3dc631a61a
commit
07b6240947
10 changed files with 10 additions and 69 deletions
|
@ -606,9 +606,7 @@ pub fn check_platform_intrinsic_type(
|
|||
| sym::simd_reduce_or
|
||||
| sym::simd_reduce_xor
|
||||
| sym::simd_reduce_min
|
||||
| sym::simd_reduce_max
|
||||
| sym::simd_reduce_min_nanless
|
||||
| sym::simd_reduce_max_nanless => (2, 0, vec![param(0)], param(1)),
|
||||
| sym::simd_reduce_max => (2, 0, vec![param(0)], param(1)),
|
||||
sym::simd_shuffle => (3, 0, vec![param(0), param(0), param(1)], param(2)),
|
||||
sym::simd_shuffle_generic => (2, 1, vec![param(0), param(0)], param(1)),
|
||||
_ => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue