ish icon indicating copy to clipboard operation
ish copied to clipboard

nodejs-current needs punpckhdq

Open saagarjha opened this issue 3 years ago • 1 comments

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

saagarjha avatar May 20 '22 08:05 saagarjha

Here is dmesg image image

thenameisluk avatar May 20 '22 09:05 thenameisluk

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

Mnpn avatar Apr 25 '23 23:04 Mnpn