You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebAssembly people are working on a relaxed SIMD proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results for out-of-range values, NaNs, etc.).
This should be pretty easy issue to resolve; we can mostly just copy the existing implementations and remove some special cases.
The specification is very much a work in progress so stuff may change, new instructions may be added, etc., but the goal for this issue is to just get SIMDe in sync with whatever the current proposal looks like.
I already did one instruction (swizzle), so all the infrastructure is in place, we just need implementations.
The WebAssembly people are working on a relaxed SIMD proposal which mostly just provides alternatives for already-implemented functions, but allows for some differences between different implementations (e.g., allowing different results for out-of-range values, NaNs, etc.).
This should be pretty easy issue to resolve; we can mostly just copy the existing implementations and remove some special cases.
The specification is very much a work in progress so stuff may change, new instructions may be added, etc., but the goal for this issue is to just get SIMDe in sync with whatever the current proposal looks like.
I already did one instruction (swizzle), so all the infrastructure is in place, we just need implementations.
The text was updated successfully, but these errors were encountered: