-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I searched in the issues and found nothing similar.
Image version
1.10.0 (and later versions)
System version
Tested on Linux, Docker / LXC
Node.js version
20.x, 22, 23
Minimal reproduce step
- Install @napi-rs/image@1.10.0 or later
- Run a Node.js script importing @napi-rs/image
- Node crashes with: Illegal instruction (core dumped)
What did you expect to see?
The library works correctly on older Intel Xeon CPUs as it did in version 1.9.2
What did you see instead?
Node.js crashes immediately with: Illegal instruction (core dumped)
Anything else?
Tested CPUs:
- Intel® Xeon® E5-2690 v4
- Intel® Xeon® E5-2630 v2
The issue likely comes from usage of CPU instructions (e.g., AVX2) not supported on older Xeon CPUs.
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working