Gyorgy Sarvari d3fbcf8700
nodejs: patch incorrect NEON intrinsics
The llhttp dependency of nodejs uses NEON intrinsics when they
are available, however some of these calls are incorrect: they
the call they use don't match the parameters passed, and so
the compilation fail (unless the error is suppressed):

| ../deps/llhttp/src/llhttp.c: In function 'llhttp__internal__run':
| ../deps/llhttp/src/llhttp.c:2645:9: note: use '-flax-vector-conversions' to permit conversions between vectors with differing element types or numbers of subparts
|  2645 |         );
|       |         ^
| ../deps/llhttp/src/llhttp.c:2643:11: error: incompatible type for argument 1 of 'vandq_u16'
|  2643 |           vcgeq_u8(input, vdupq_n_u8(' ')),

There is a patch upstream that fixes it (though it is not merged
yet). This patch is a port of that fix.

This allows us to remove the extra CFLAGS also from the recipe that
suppressed this error.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2026-02-16 00:34:01 -08:00
..
2025-10-14 09:00:18 -07:00
2025-11-26 15:28:08 -08:00
2025-02-27 20:28:17 +00:00
2025-09-16 09:59:15 -07:00
2025-07-09 09:16:05 -07:00
2026-01-13 08:29:00 -08:00
2026-01-12 08:53:47 -08:00
2025-06-25 06:44:50 -07:00
2025-11-04 23:15:08 -08:00
2026-01-14 16:59:47 -08:00
2025-07-15 23:54:14 -07:00
2025-07-09 09:16:09 -07:00
2025-12-09 09:08:15 -08:00
2025-01-24 18:20:00 -08:00
2025-12-21 08:54:02 -08:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-10-14 09:00:20 -07:00
2025-12-14 02:45:02 -08:00
2026-01-27 11:58:26 -08:00
2026-02-02 19:54:39 -08:00
2026-01-20 14:35:59 -08:00
2025-10-28 23:31:28 -07:00
2025-07-30 08:03:08 -07:00
2025-01-14 08:52:05 -08:00
2025-12-24 13:18:30 -08:00
2025-09-02 08:57:40 -07:00
2025-12-21 08:54:01 -08:00
2025-07-30 16:40:03 -07:00
2026-01-12 10:25:58 -08:00