rust/src/librustc/metadata
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
..
common.rs Allow inheritance between structs. 2014-04-20 13:41:18 +12:00
creader.rs rustc: de-@ metadata::cstore. 2014-04-22 19:06:54 +03:00
csearch.rs rustc: de-@ middle::ty. 2014-04-22 19:20:12 +03:00
cstore.rs rustc: de-@ metadata::cstore. 2014-04-22 19:06:54 +03:00
decoder.rs rustc: de-@ middle::ty. 2014-04-22 19:20:12 +03:00
encoder.rs rustc: de-@ stats. 2014-04-22 19:20:12 +03:00
filesearch.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
loader.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
mod.rs
tydecode.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
tyencode.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00