You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
209 B
15 lines
209 B
(module
|
|
(func (param i32) (result v128)
|
|
local.get 0
|
|
i32x4.splat
|
|
f64x2.convert_low_i32x4_u
|
|
)
|
|
)
|
|
|
|
(module
|
|
(func (result v128)
|
|
i32.const 0
|
|
i32x4.splat
|
|
f64x2.convert_low_i32x4_u
|
|
)
|
|
)
|
|
|