Add x86_vcvtudq2ps instruction
This instruction converts i32x4 to f32x4 in several AVX512 feature sets.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user