Block a user
ci: run MSan on arm64
ARM NEON scan helpers truncate 64-bit versions when USE_64_BIT=1, producing false conflicts
Fix ARM NEON scan helpers truncating 64-bit versions
Move aarch64 Node16 SIMD index loads into assembly
Do we need these? They shouldn't ever be called indirectly
Move aarch64 Node16 SIMD index loads into assembly
It's not so msan doesn't track the loads, it's because it's not UB in asm
We write it in assembly because it's not UB in assembly. Not because MSAN doesn't track it.