A partial archive of discourse.wicg.io as of Saturday February 24, 2024.

SIMD “TypedArray.map” suggestion

acterhd
2016-07-24

Hello. I suggest for typed arrays make map with SIMD support. And this “map” make new array. Also array can be any length.

float32arr.mapSIMD(function(float4, offset, array){
  //some SIMD operations
  return float4; //equal "store" operation 
});
JonathanSampson
2016-08-02

This post is more appropriate for ES Discuss.