|
|
|
|
|
by ncruces
431 days ago
|
|
I'd like to be a little more sure that I'm not totally messing things up before doing that, but yes, eventually, that would be a nice outcome. I've also only really tested wazero. I can't know for sure that this is a straight improvement for other runtimes and architectures. For instance, the code delays using wasm_i8x16_bitmask as much as possible, because on Aarch64 it can be slower than not using SIMD at all, whereas it's plenty fast on x86-64. |
|