Files
mesa/src/util
Samuel Iglesias Gonsálvez 5308333e78 util: add fp64 -> fp32 conversion support for RTNE and RTZ rounding modes
In order to be coherent with the pre-existent API for half floats,
this new API for double is the one meant to be used when doing double
to float conversions. It is no more than a wrapper for the softfloat.h
API but we meant to keep that one private.

v2:
- Fix bug in _mesa_double_to_float_rtz() in the inf/nan detection
  using the exponent value.

v3:
- Replace custom f64 -> f32 implementations with the softfloat
  one (Andres).

v4:
- Added API usage clarifying comments (Caio).

Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2019-09-17 23:39:18 +03:00
..
2019-08-08 22:02:54 +01:00
2018-10-10 13:13:12 -05:00
2019-03-11 13:13:52 -07:00
2019-03-11 13:13:52 -07:00
2019-08-15 20:23:44 +02:00
2019-08-02 18:38:52 +01:00
2018-07-06 10:04:22 -07:00
2019-06-12 17:27:44 +01:00
2019-06-12 15:57:16 -07:00
2019-05-30 22:11:26 +00:00
2019-09-04 00:11:51 +01:00
2019-06-28 23:37:49 +01:00
2019-09-06 00:45:11 +00:00
2017-11-09 11:57:21 +01:00
2018-08-22 17:49:36 +01:00
2017-12-15 19:01:12 +00:00
2019-05-31 19:14:30 +02:00
2017-09-03 09:05:23 +01:00
2017-11-09 11:37:30 +01:00
2019-03-14 22:41:08 +00:00
2019-09-06 19:52:50 +00:00
2018-11-27 15:44:02 -05:00
2019-08-07 08:42:42 +01:00
2019-08-23 23:45:25 +03:00
2019-08-31 13:26:10 -07:00
2018-05-31 16:17:35 -07:00
2018-05-31 16:17:35 -07:00