ish
ish copied to clipboard
nodejs-current needs punpckhdq
although this might be a different issue,
dmesg output with nodejs-current on latest testflight build resulted in:
25 illegal instructions at 0x571a0ee6: 66 0f 6a d0 66 0f 7e d0.
(although this (apk add nodejs-current) installed node 16.11.1)
which suggests that lack of PUNPCKHDQ instruction (part of SSE2) on iSH. Reference
And is also missing in /emu/decode.h file.
@luktvpl Please include your dmesg output. you can get this by running dmesg after you executed node
Originally posted by @Alex4386 in https://github.com/ish-app/ish/issues/1808#issuecomment-1131713071
Here is dmesg

Marking this as complete as iSH 1.3 includes fixes for node and punpckhdq was added in #1872.