Files
serenity/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
Hendiadyoin1 cd454a1e3d LibWasm: Use shuffle_or_0 in for vector swizzles and shuffles
Otherwise we'd hit a VERIFY in AK::SIMD::shuffle() when that operand
contains an out-of-range value, the spec tests indicate that a swizzle
with an out-of-range index should return 0.
2024-07-05 00:52:30 +02:00

88 KiB