From 3d308fe65b5aa653b482341a04f301b02f263c3b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 24 Jun 2014 16:34:46 -0700 Subject: Remove the quad_precision_float feature gate The f128 type has very little support in the compiler and the feature is basically unusable today. Supporting half-baked features in the compiler can be detrimental to the long-term development of the compiler, and hence this feature is being removed. --- src/libhexfloat/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libhexfloat') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index f0f05baa282..351afc1c5d4 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -112,7 +112,6 @@ pub fn expand_syntax_ext(cx: &mut ExtCtxt, sp: Span, tts: &[ast::TokenTree]) Some(Ident{ident, span}) => match token::get_ident(ident).get() { "f32" => Some(ast::TyF32), "f64" => Some(ast::TyF64), - "f128" => Some(ast::TyF128), _ => { cx.span_err(span, "invalid floating point type in hexfloat!"); None -- cgit 1.4.1-3-g733a5