blob: 29b6d8dea7db30413b5df55e7b93cc45490aa072 [file] [log] [blame] [edit]
function a(x, y) {
x = SIMD_int32x4_check(x);
y = SIMD_float32x4_check(y);
var z = SIMD_float32x4(0, 0, 0, 0);
work(z);
}