X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=ievN/ oUXWDL05KJjY+esuUsQR5nAwbYM1u4ZmJWCSB1C6UkULUhS4NyJ25d2XSI9w6s4Z dGN91G8C8V1JSLRM+ttxcI2l2jyB2ITTGhK+ivx6I/m/nDcEH3bUmaMiaSWWarFs a58FaTrDr/t63pez2SgyBzE0jr01YsvdzR4WNA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=iD8CYERCznb rK6qSkTB/CSV+3Ok=; b=ukm4x8uHQLj3u1uIwqG8Z/4ELYAI5yFVZxuhO1jJG9h g8Aaz2CStgBkq7EIZvyhK57FyKiT7Z6e7yKPwdG9yOCpUA53ZMYD/OpLdh2xfG8P 9l+p4Zsem9FUETTBbmToqACXBgKcb0V64qfHSZmslRvlN5H3P9gpdf060AhENQ7A = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:949, Hx-spam-relays-external:ESMTPA X-HELO: vsmx011.vodafonemail.xion.oxcs.net From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1 References: Date: Mon, 13 Aug 2018 22:27:36 +0200 In-Reply-To: (Houder's message of "Fri, 10 Aug 2018 13:05:35 +0200") Message-ID: <87zhxq107b.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Note-from-DJ: This may be spam Houder writes: > from: > const int xxx = 0x3d; // FE_ALL_EXCEPT on Linux, i.e. the denormal-operand > // exception is excluded on Linux > > to: > const int xxx = 0x3f; // Cygwin allows the denormal-operand exception; > // Linux (Andreas Jaeger) does not. > // This exception is not defined by the IEEE 754 > // standard (Floating-Point Arithmetic) > > (denormal-operand = input of a subnormal value) Linux supports a range of hardware where denormals are not supported or a major performance hit. Windows should be only supported on hardware where this problem doesn't exist. That said, numerical software that relies on correct denormals is really rare and following Linux might be a good idea. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple