From nobody Mon Nov 11 16:08:41 2024 X-Original-To: gnome@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XnDxh2Dj0z5bmVS for ; Mon, 11 Nov 2024 16:08:56 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XnDxh0WpSz4DKp; Mon, 11 Nov 2024 16:08:56 +0000 (UTC) (envelope-from asomers@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-a9e8522c10bso727187166b.1; Mon, 11 Nov 2024 08:08:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1731341333; x=1731946133; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bOxJFxB+z1Ny+xFwPthdzAIpO6ENqdlUX546wjAqFjo=; b=fw56S3hS020Ou3P7OabvQ8hg8+1/HGSpCuEbmCnufcawGIaej/SFMMWXWZu3HteR7F OGXteHPJkVvGzukSKsGHpZk5pJk07wV+J9VeXX6SbWO79RKT/qa9cJLKTyabRJG1I3rD zxGgy3cTR9IZhizNohahf3gs6bADpw8XRuGU//xc32AjeBzkhUFXQC9v31yLuST5eS1W qUXr9Du9llSLAFBz8KEFqnVXoHJI9t1LYY8QZnzV5Zic+FIUkoEj//z9Wk8hcDjXKlBS +gMsiVBYawkkAQD9psosq+c9biPhbgYdVlWiP/Gzn35yRvaklqtJ+rEuceHZbVvs8/1G 7Zig== X-Forwarded-Encrypted: i=1; AJvYcCUcRsEHZ1mJUuwKMjDrfiwL+3RhsxV02OF7k6OcqgjQLALtss4cy+q6Hfn37NPHebc/IPVzpg==@freebsd.org, AJvYcCXzRHqowgHLCnvzDb+cV+6xBAeu+UbqUf/YAdKpXDgdyqA7LFhBzJ59SwpDrRGtymGHjEovKkA=@freebsd.org X-Gm-Message-State: AOJu0Yy143xp6nolrIeJa26UDipgsIWYnIMXljV+wgbfjj10R6c9DlLQ LPm3KyApNIeNYUShNzQIvqPiZWW+prf64Bz2s3xwRPqR2T3I+ayTfpqfkQMbPUm6EEpBjFAdQTK W8vJqyJtdAHbAMLXeKox8hroXWqjd3w== X-Google-Smtp-Source: AGHT+IGKkx5eA3x8xqkT3rCnjEc8BbgKV/UWOBrjkGWveYeL3vdRDAEjTO8XfUDQKO/eJIVuRqoR7Y+BLDTl8ougB/c= X-Received: by 2002:a17:907:7fa9:b0:a9a:130e:11fd with SMTP id a640c23a62f3a-a9eec767f0cmr1332713466b.5.1731341333280; Mon, 11 Nov 2024 08:08:53 -0800 (PST) List-Id: GNOME for FreeBSD -- porting and maintaining List-Archive: https://lists.freebsd.org/archives/freebsd-gnome List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-gnome@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Mon, 11 Nov 2024 09:08:41 -0700 Message-ID: Subject: Re: Requiring SSE2 by default for i386 To: Nuno Teixeira Cc: gnome@freebsd.org, ashish@freebsd.org, dmgk@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4XnDxh0WpSz4DKp X-Spamd-Bar: ---- I don't know what that "QMAKE_ON" part means. But when I do "make config", it shows the SSE2 option disabled by default. On Mon, Nov 11, 2024 at 5:20=E2=80=AFAM Nuno Teixeira = wrote: > > (...) > > Just took a look at port Makefile and it's alleady set: > > OPTIONS_DEFINE=3D SSE2 > SSE2_DESC=3D Enable SSE2 optimization > SSE2_QMAKE_ON=3D CONFIG+=3Dsse2 > SSE2_QMAKE_OFF=3D CONFIG+=3Dno-sse2 > > This port does not have rust code. > > Alan Somers escreveu (domingo, 10/11/2024 =C3=A0(s)= 15:51): >> >> On Sun, Nov 10, 2024 at 7:00=E2=80=AFAM Nuno Teixeira wrote: >> > >> > Hello, >> > >> >> graphics/fraqtive >> > >> > >> > https://github.com/mimecorg/fraqtive/blob/02914797f47d26c4098f4a3a9457= 16b13998a8cc/INSTALL#L43 >> > Upstream says SSE2 is enabled by default. >> > >> > What should we do here? >> >> Just set OPTIONS_DEFAULT_i386=3DSSE2 or OPTIONS_DEFAULT=3DSSE2 in the po= rt Makefile. > > > > -- > Nuno Teixeira > FreeBSD UNIX: Web: https://FreeBSD.org