Files
rust/src/libsyntax
Daniel Micay dc7d7d2698 add support for quadruple precision floating point
This currently requires linking against a library like libquadmath (or
libgcc), because compiler-rt barely has any support for this and most
hardware does not yet have 128-bit precision floating point. For this
reason, it's currently hidden behind a feature gate.

When compiler-rt is updated to trunk, some tests can be added for
constant evaluation since there will be support for the comparison
operators.

Closes #13381
2014-04-22 20:47:28 -04:00
..
2014-04-20 13:41:18 +12:00
2014-04-22 19:20:12 +03:00
2014-04-03 17:11:26 -07:00
2014-04-18 17:25:34 -07:00
2014-04-20 13:41:18 +12:00
2014-04-04 13:23:08 -07:00
2014-04-20 13:41:18 +12:00