llparse
llparse copied to clipboard
fix: correct NEON intrinsics so types check out
no functional changes. two intrinsics are replaced to match used types but previous and current compile to exactly same assembler. one additional explicit cast which is a no-op but is required by type checker.
fixes C implementation compilation failure with GCC targeting ARMv7 + NEON without -flax-vector-conversions.
cc: @indutny
Is there anything I can do to help progress with this PR? NEON changes made their way to latest nodejs 22.x LTS and mentioned compilation failure affects it too.