Add x86_vcvtudq2ps instruction

This instruction converts i32x4 to f32x4 in several AVX512 feature sets.
This commit is contained in:
Andrew Brown
2020-05-26 13:08:18 -07:00
parent 9788b02dd5
commit 546fc9ddf1
6 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
test binemit
set enable_simd
target x86_64 has_avx512vl=true
function %fcvt_from_uint(i32x4) {
block0(v0: i32x4 [%xmm2]):
[-, %xmm6] v1 = x86_vcvtudq2ps v0 ; bin: 62 f1 7f 08 7a f2
return
}