mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8278173: [vectorapi] Add x64 intrinsics for unsigned (zero extended) casts
Reviewed-by: psandoz, sviswanathan
This commit is contained in:
parent
a24498b777
commit
0af356bb4b
19 changed files with 466 additions and 62 deletions
|
@ -1847,6 +1847,9 @@
|
|||
declare_c2_type(VectorCastL2XNode, VectorNode) \
|
||||
declare_c2_type(VectorCastF2XNode, VectorNode) \
|
||||
declare_c2_type(VectorCastD2XNode, VectorNode) \
|
||||
declare_c2_type(VectorUCastB2XNode, VectorNode) \
|
||||
declare_c2_type(VectorUCastS2XNode, VectorNode) \
|
||||
declare_c2_type(VectorUCastI2XNode, VectorNode) \
|
||||
declare_c2_type(VectorInsertNode, VectorNode) \
|
||||
declare_c2_type(VectorUnboxNode, VectorNode) \
|
||||
declare_c2_type(VectorReinterpretNode, VectorNode) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue