X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E14FD38618AD
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1609416204;
	bh=irRm2zNvBGsJ3v99bZN1aBah30SI4FwQEh+dcxpEnkQ=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=Fv1eyPusQlQJYcDJN5yRy0Zbfyk88im4yZO3gDvPN1WhBCJkYdBWMc5eYC8gqZM3z
	 i0aGIXY62r1oqT8EktBCOUwY/V/7kcyYWH7+pm2uaFAG+QeHvoIFGQlryym9uKNzwb
	 0hPt+E8rabi6SiiV9Z0dFAx+eltv/FH4u1UPjU8g=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B03D0386185A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=o3x9hu27oqu5MUtri+1UmbuaYA4fko3doorGG5uDehQ=;
 b=RdxEj8LqlqDcobkkMQGTn2RC4wRuPtTAp+R/eaVgqjW6eyMrSIyV/1bU1a6VJlukBR
 7cJ8LksbHUODYFmUusXe5z2h3L4gaIzxkoVlTZHu6ysWlew1xvj+qyjvWGFEUo5PYNWN
 DFCTuOfJ057upbK+6s1SnfIn7mnN054P7pit7v8CoIraxEZ5qjt4wU2RG52tTV6FAtE/
 0EuXl9cX+HkvtLXnbEs3ag16aIBV2T14oYeUwVRIRA5pIO0nPYFJ62UQ0A+t7lTeJFgv
 hir7985VRMXOLSuVLoiI1edRuVDsFThACNXMOW9V4kgRdK+TphGm7WU5cee9ylx8FokG
 3emA==
X-Gm-Message-State: AOAM532ZhTAT48AUqrKZVo1qWmJXyTV9Y8QD0kGKm/2pjoZTulQhj6qd
 ERRiJfOWqJ58CLbAkGzi+jvl4eD6Nwu+7yRUE0E=
X-Google-Smtp-Source: ABdhPJwlepJBW+yndKpYbGMnjt/L6XTZBK25Gi1Zmfc1z9yYuYd0xRGzoEC43cPeLfEJVj8AZlZO2ITcL3ivhvZ7cV0=
X-Received: by 2002:a02:354a:: with SMTP id y10mr50338751jae.126.1609416200955; 
 Thu, 31 Dec 2020 04:03:20 -0800 (PST)
MIME-Version: 1.0
References: <CAOTD34Yo1moTfya-AfQKxx+Ei5Yfw4Tt6FaCCfTBHbmba77aYQ@mail.gmail.com>
 <079e3e9a-cbb6-6cdb-37f8-1bdf8fe56d79@gmail.com>
In-Reply-To: <079e3e9a-cbb6-6cdb-37f8-1bdf8fe56d79@gmail.com>
Date: Thu, 31 Dec 2020 13:03:10 +0100
Message-ID: <CAOTD34Y9ZkNiJJU9JHy1=bH90S4Z9g9nCYHzOHSX4ZbEjbnGkA@mail.gmail.com>
Subject: Re: libntl binaries not portable
To: Marco Atzeri <marco.atzeri@gmail.com>
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: "E. Madison Bray via Cygwin" <cygwin@cygwin.com>
Reply-To: "E. Madison Bray" <erik.m.bray@gmail.com>
Cc: cygwin@cygwin.com
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

On Thu, Dec 31, 2020 at 12:43 PM Marco Atzeri wrote:
>
> On 31.12.2020 12:14, E. Madison Bray via Cygwin wrote:
> > Hello,
> >
> > (and attn: Marco Atzeri)
> >
> > I use Cygwin's libntl package in my software, and some users are
> > reporting illegal instruction errors which appear to be coming from
> > Cygwin's NTL, which was built with native optimizations enabled.
> >
> > It should probably be configured with
> >
> > ./configure NATIVE=off
> >
> > while possibly still selecting at least some arch-specific
> > optimizations, such as CXXFLAGS=-mavx.
> >
> > I haven't figured out exactly which features these users' CPUs are
> > missing but I've seen problems in the past with the PCLMUL
> > instructions.
> >
> > Thanks,
> > Madison
>
> Hi Madison
> Noted.
>
> I will look to rebuild the package.
>
> Regards
> Marco

Awesome, thank you!  And no urgency on my part.  Have a happy new year!
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
