From 022f65682d0d909fca5ffed447773fcfdb596311 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 10 Dec 2015 07:38:41 -0800 Subject: Fix missing word. --- Rationale.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rationale.md b/Rationale.md index 89b7fb8..dfbc220 100644 --- a/Rationale.md +++ b/Rationale.md @@ -292,7 +292,8 @@ However, since the publication of IEEE 754-2008, MIPS has added a configuration mode (NAN2008) which enables support for the new rules. In particular, the sign bit of generated NaNs is nondeterministic since x86 -NaNs with it set to 1 while other architectures generate NaNs with it set to 0. +generates NaNs with it set to 1 while other architectures generate NaNs with it +set to 0. ## Integer operations -- cgit v1.2.3