Y
Hacker News
new
|
ask
|
show
|
jobs
by
seastarer
13 days ago
You can try to re-vectorize the code for larger vector size.
1 comments
diamondlovesyou
13 days ago
Not if you can't prove anti-aliasing properties, which wasm doesn't carry.
link
Someone
13 days ago
I don’t think the OP is starting from WASM code; they’re starting from a language with SIMD primitives that map closely to those of WASM. There, you often have information to prove function arguments do not alias.
link