ibmruntimes / v8-zos

The official mirror of the V8 git repository
https://chromium.googlesource.com/v8/v8.git
Other
1 stars 1 forks source link

s390 (simd): Instruction to consider implementing #50

Open andrew-cc-chen opened 5 years ago

andrew-cc-chen commented 5 years ago

Intel currently has instructions for converting int32 to float (cvtdq2ps) and float to int32 (cvttps2dq). Similarly, on s390 we have instructions for int64 to double (vcdg/vcdlg), double to int64 (vcgd /vclgd) and float to int32 (vfi), but not an instruction for int32 to float.