From f0d1c3b9be50cc61ec9b81976ea969847b93f09a Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 12 Jun 2015 10:28:53 -0700 Subject: Delete title period, and reword implementation-defined behavior paragraph. --- CAndC++.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'CAndC++.md') diff --git a/CAndC++.md b/CAndC++.md index 4429ee1..328ed46 100644 --- a/CAndC++.md +++ b/CAndC++.md @@ -1,4 +1,4 @@ -# Guide for C/C++ developers. +# Guide for C/C++ developers WebAssembly is being designed to support C and C++ code well, right from the start in [the MVP](MVP.md). The following explains the outlook for @@ -58,10 +58,10 @@ and fix such bugs in their code. #### Implementation-Defined Behavior -Most implementation-defined behavior is dependent on the compiler, rather -than on the underlying platform, but for those details that are dependent on -the platform, they follow naturally from WebAssembly's 8-bit bytes, 32-bit and -64-bit two's complement integers, and +Most implementation-defined behavior in C and C++ is dependent on the compiler +rather than on the underlying platform. For those details that are dependent +on the platform, on WebAssembly they follow naturally from having 8-bit bytes, +32-bit and 64-bit two's complement integers, and [32-bit and 64-bit IEEE-754-style floating point support] (AstSemantics.md#floating-point-operations). -- cgit v1.2.3