diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-12-10 07:38:41 -0800 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-12-10 07:38:41 -0800 |
| commit | 022f65682d0d909fca5ffed447773fcfdb596311 (patch) | |
| tree | 3e8fc69662ac763f846d82bdd7580ef3f12f53b2 | |
| parent | 5c2b499ca16f068c7dc5d4ee6a473eabd6c0b425 (diff) | |
| download | nanowasm-design-022f65682d0d909fca5ffed447773fcfdb596311.tar.gz | |
Fix missing word.
| -rw-r--r-- | Rationale.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
