From 76a4ae125ec2fcb7d5c767e4e600873f0d8380f0 Mon Sep 17 00:00:00 2001 From: Kel Date: Sat, 14 May 2016 10:20:07 -0700 Subject: Remove redundant text on quad precision types (#690) --- CAndC++.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'CAndC++.md') diff --git a/CAndC++.md b/CAndC++.md index a796dfb..c7c9694 100644 --- a/CAndC++.md +++ b/CAndC++.md @@ -25,10 +25,9 @@ added in the future to support `float` and `double` are the IEEE 754-2008 single- and double-precision types, which are native in WebAssembly. `long double` is the IEEE 754-2008 quad-precision type, which is a software-emulated type. WebAssembly does -not have a builtin quad-precision type. Quad-precision is not part of -the WebAssembly platform itself. There are no quad-precision operators -built into WebAssembly. The long double type here is software-emulated -in library code linked into WebAssembly applications that need it. +not have a builtin quad-precision type or associated operators. The long +double type here is software-emulated in library code linked into WebAssembly +applications that need it. For performance and compatibility with other platforms, `float` and `double` are recommended for most uses. -- cgit v1.2.3