Files
eigen/Eigen/src
Antonio Sanchez 38abf2be42 Fix Half NaN definition and test.
The `half_float` test was failing with `-mcpu=cortex-a55` (native `__fp16`) due
to a bad NaN bit-pattern comparison (in the case of casting a float to `__fp16`,
the signaling `NaN` is quieted). There was also an inconsistency between
`numeric_limits<half>::quiet_NaN()` and `NumTraits::quiet_NaN()`.  Here we
correct the inconsistency and compare NaNs according to the IEEE 754
definition.

Also modified the `bfloat16_float` test to match.

Tested with `cortex-a53` and `cortex-a55`.
2020-11-23 14:13:59 -08:00
..
2020-11-23 14:13:59 -08:00
2018-09-18 04:15:01 -04:00
2020-11-18 07:58:33 -08:00
2019-09-03 00:50:51 +02:00
2020-10-14 01:56:42 +00:00
2020-07-29 12:31:13 +00:00
2019-05-23 15:31:12 +02:00