wabt
afd5a5e8
- [simd] Fix load/store lanes on BE systems (#1697)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
[simd] Fix load/store lanes on BE systems (#1697) The use of `.v` is incorrect, we should simply use array subscript operator on the Simd type, which takes care of BE systems. For #1670. (Not using fix as I don't have a BE system to verify.)
References
#1697 - [simd] Fix load/store lanes on BE systems
Author
ngzhian
Parents
499f25a4
Loading