On 2020-10-11 22:39, Ashley Dixon wrote:
On Sun, Oct 11, 2020 at 09:35:07PM +0100, Ashley Dixon wrote:
`pkg_pretend` issues that error only if the architecture is x86 and SSE2 is
enabled in the USE-flags:
(use x86 && ! use cpu_flags_x86_sse2) && \
die "Your CPU doesn't support the required SSE2 instruction."
Sorry, I read that line wrong. Tired.
I don't know why it's written in such an opaque manner (a simple `if` would
suffice), but it seems like this error is printed only if x86 is used and SSE2
is disabled, which doesn't make sense to me? Is SSE2 required for building/
running NodeJS on x86 machines?
But how can my CPU be mistaken for a 32-bit machine?
/Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz/