Wink Saville 634d11ab28 Add add compiler_rt routines for float to signed integer conversion
And add std.math.f128_* constants.

The routines are:

  __fixdfdi, __fixdfsi, __fixdfti,
  __fixsfdi, __fixsfsi, __fixsfti,
  __fixtfdi, __fixtfsi, __fixtfti.

These all call fixint which is a generic zig function that does the
conversion:

  pub fn fixint(comptime fp_t: type, comptime fixint_t: type, a: fp_t) fixint_t

There are also a set tests:

  __fixdfdi_test, __fixdfsi_test, __fixdfti_test,
  __fixsfdi_test, __fixsfsi_test, __fixsfti_test,
  __fixtfdi_test, __fixtfsi_test, __fixtfti_test.
2018-12-12 00:21:42 -05:00
..
2018-11-18 19:43:13 -05:00
2018-11-19 17:28:18 -05:00
2018-11-16 14:03:39 -05:00
2018-11-13 05:08:37 -08:00
2018-12-02 18:36:18 -05:00
2018-11-25 11:48:11 -05:00
2018-12-02 18:36:18 -05:00
2018-11-17 01:38:35 -05:00
2018-11-13 05:08:37 -08:00
2018-11-16 14:03:39 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-12-05 14:10:09 +01:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00
2018-12-02 18:36:18 -05:00
2018-09-30 17:28:35 -04:00
2018-10-19 17:19:22 -04:00
2018-11-13 05:08:37 -08:00
2018-12-02 18:36:18 -05:00
2018-11-27 00:52:32 -05:00
2018-11-13 05:08:37 -08:00
2018-11-29 09:44:24 -05:00
2018-11-13 05:08:37 -08:00
2018-11-27 20:36:44 -05:00
2018-11-13 05:08:37 -08:00
2018-11-14 20:28:19 -05:00
2018-11-27 20:34:55 -05:00
2018-11-19 10:53:25 -05:00
2018-11-13 05:08:37 -08:00
2018-11-13 05:08:37 -08:00