Files
semi-libc/src
Szabolcs Nagy 3fdf94ec51 math: clean up __rem_pio2
- remove the HAVE_EFFICIENT_IRINT case: fn is an exact integer, so
  it can be converted to int32_t a bit more efficiently than with a
  cast (the rounding mode change can be avoided), but musl does not
  support this case on any arch.
- __rem_pio2: use double_t where possible
- __rem_pio2f: use less assignments to avoid stores on i386
- use unsigned int bit manipulation (and union instead of macros)
- use hexfloat literals instead of named constants
2013-11-24 01:06:38 +00:00
..
2013-11-11 05:44:47 +01:00
2013-10-28 20:33:54 +00:00
2013-10-04 00:29:58 -04:00
2013-11-21 01:59:43 +00:00
2013-10-05 12:00:55 -04:00
2013-11-24 01:06:38 +00:00
2013-11-23 16:23:09 -05:00
2013-11-23 16:20:56 -05:00
2013-10-07 13:25:19 +00:00
2013-09-04 10:23:42 -04:00