Received: from out-61.mta0.migadu.com (out-61.mta0.migadu.com [IPv6:2001:41d0:1004:224b::3d]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 4E65F223225 for <~alpine/users@lists.alpinelinux.org>; Fri, 30 Jun 2023 22:16:08 +0000 (UTC) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ayaya.dev; s=key1; t=1688163365; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Hy3hkYh9YHgDX4N5RK+w5J/p5jWicARRpTcjFBg0epw=; b=RU8iU5kGhUF0Bjn/eWtdccqVcx/awzTrWkJ9FUppdPlo3Fbwx9y/22YO5GYlabIIGFxRwx /qhTcjNCfiBQvyz86G2AnYctzavBQpMxX6ZueK9HGKQMALVcXxClsaLaO9GPni4chufkFu LKg/ZYpKhb5DW84KyPB9WjBDeA/D/qo= Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 01 Jul 2023 00:16:03 +0200 Subject: x86 baseline now formally raised to SSE2 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "alice" To: <~alpine/users@lists.alpinelinux.org> Message-Id: X-Migadu-Flow: FLOW_OUT greetings, in https://gitlab.alpinelinux.org/alpine/tsc/-/issues/35 it was decided to = raise the x86 baseline to sse2, two releases ago. it was however not done until now. of course, in practice the packaging was hit or miss- some things implicitly opted-into sse2 anyway via build-system= . sometimes it was fixed, sometimes not (best effort). this baseline change will now mean that going forward, every package is exp= ected to utilise sse2 on x86. if you are using 3.17/3.18 then nothing should change. note 3.18: the kernel has PAE which might have issues like https://lists.alpinelinux.org/~alpine/users/%3C03307148-0c4f-2aff-a4c9-cf= 9900221db5%40dkcomm.net%3E if you are using edge, and you have a CPU without sse2, then the hardware w= ill most likely not work with alpine linux anymore. for posterity, the default is (gcc spec): --with=3Dpentium-m --with-fpmath=3Dsse from the docs: @item pentium-m Intel Pentium M; low-power version of Intel Pentium III CPU with MMX, SSE, SSE2 and FXSR instruction set support. Used by Centrino notebooks. (the first thing on the --with-arch list with sse2).