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
fixup! Introduce WASM_CPU_SUPPORTS_UNALIGNED_SIMD_ACCESS for V128 load/store
fixup! Introduce WASM_CPU_SUPPORTS_UNALIGNED_SIMD_ACCESS for V128 load/store
Remove duplicate STORE_V128/LOAD_V128 definitions from the
WASM_CPU_SUPPORTS_UNALIGNED_ADDR_ACCESS==0 branch. These are now
defined exclusively in the SIMD access block below, which handles
all three cases (unaligned addr, unaligned SIMD only, neither).
Fixes redefinition errors on MSVC (C2084) and GCC/ARC (Zephyr).
0 commit comments