Hi,
I'm currently adding SIMD support in Owi. I'm using the reference test suite, which contains some test cases where a "unknown operator" error is expected when a module contains v128.load align=-1 (a negative alignment). Is it on purpose? Wouldn't it be better to switch to "alignment must be positive" or something similar?
Hi,
I'm currently adding SIMD support in Owi. I'm using the reference test suite, which contains some test cases where a
"unknown operator"error is expected when a module containsv128.load align=-1(a negative alignment). Is it on purpose? Wouldn't it be better to switch to "alignment must be positive" or something similar?