Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk
Implement simd_as for pointers Expands `simd_as` (and `simd_cast`) to handle pointer-to-pointer, pointer-to-integer, and integer-to-pointer conversions. cc ``@programmerjake`` ``@thomcc``
This commit is contained in:
commit
cbd561d41f
4 changed files with 132 additions and 1 deletions
|
@ -1322,9 +1322,11 @@ symbols! {
|
|||
simd_as,
|
||||
simd_bitmask,
|
||||
simd_cast,
|
||||
simd_cast_ptr,
|
||||
simd_ceil,
|
||||
simd_div,
|
||||
simd_eq,
|
||||
simd_expose_addr,
|
||||
simd_extract,
|
||||
simd_fabs,
|
||||
simd_fcos,
|
||||
|
@ -1340,6 +1342,7 @@ symbols! {
|
|||
simd_fmin,
|
||||
simd_fpow,
|
||||
simd_fpowi,
|
||||
simd_from_exposed_addr,
|
||||
simd_fsin,
|
||||
simd_fsqrt,
|
||||
simd_gather,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue