New issue
Advanced search Search tips

Issue 961 attachment: simd.html (183 bytes)

1
2
3
4
5
6
7
8
9
<html><body><script>
try{
var v = SIMD.Int32x4(1, 2, 3, 4);
alert(v.toLocaleString(1, 2, 3, 4, 5, 6, 7));
}catch(e){
alert(e.message);

}
</script></body></html>