Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 40344780226 for <~alpine/users@lists.alpinelinux.org>; Fri, 27 May 2022 16:29:03 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ayaya.dev; s=key1; t=1653668941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EnU4LoRC3Ry5890AGB0EqQ9LTEJ5rcaYf3/T+6FKnto=; b=KtcuNifGJjZMB5gGQg+Lizoac1eWjI9liQneEJUuur5msFQkfNGZiCeQ+2z4gI0bU+mx2h dZB4MpCEjgI03l06aT9KjCvmCp6Yu1eS6ZZgQbMefobYT+apH9rftk/oxwWefpnLRZobr5 CW4ZgB2A4Inr9yNUhq33tp0oD6GQD8s= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 27 May 2022 18:28:54 +0200 Message-Id: Cc: Subject: Re: Can't start neovim X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alice" To: "Roger" , <~alpine/users@lists.alpinelinux.org> References: In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: ayaya.dev On Fri May 27, 2022 at 5:52 PM CEST, Roger wrote: > Quite funny and odd neovim would pull in SSE2 (...) opts! > > From my recent experience with a recent laptop (Dell Inspiron 8100) lapto= p=20 > install of Alpine 3.15.4, everything seems to be compiled just fine for= =20 > non-SSE2 CPUs. > > Sounds like SSE2 CPU opts are now creeping into Alpine Linux 3.16, like s= o many=20 > other packages. (From reading many forum posts for the past years, seems= some=20 > are having fun with this issue, anything to cause a problem for others!) > > I started a forum thread on Linux Questions recently, due to the amount o= f=20 > Linux distributions stating support for older CPUs. > > Distributions Falsely Advertising <=3D i686/Pentium3 support, or CPUs wit= hout SSE2! > https://www.linuxquestions.org/questions/slackware-14/distributions-false= ly-advertising-=3D-i686-pentium3-support-or-cpus-without-sse2-4175712442/ > > At the time of the posting, I was agnostically suggesting other Linux=20 > distributions. I've been monitoring CPU SSE2 opt (eg. CFLAG, CXXFLAGS, .= ..)=20 > inclusion for the recent few years now, as I have two well maintained x86= =20 > Pentium 3 non-SSE2 platforms. > > Roger this isn't related to sse2 on x86 though, it's related to sse4.2 on x86_64, which is quite different (and what luajit is pulling in in this case. for all i know, the x86 version also wants sse2, but this i didn't check) also, even x86 will now officially be sse2[0] (the target will be -march=3Dpentium4), so we won't be advertising any non-sse support, so your recommendations of other distros will remain valid :) [0]: https://gitlab.alpinelinux.org/alpine/tsc/-/issues/35