This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]