CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/05/15 06:53:40
Modified files:
lang/node : Makefile
Added files:
lang/node/patches: patch-deps_simdutf_simdutf_cpp
patch-deps_simdutf_simdutf_h
Log message:
lang/node: pull in upstream update to newer simdutf code; this adds
a check that the OS supports AVX-512 (previously it was checking CPU
support but not whether it worked with the OS). Fixes SIGILL on OpenBSD
with some Intel CPUs.
Re https://github.com/simdutf/simdutf/issues/242
>From Volker Schlecht (maintainer), I added a bit more detail to comments
in patches.