diff options
| author | Randy Westlund <rwestlun@gmail.com> | 2016-06-30 22:39:15 -0400 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2016-06-30 19:39:15 -0700 |
| commit | 85c5e1c6de2a7a6fb098529de83eef743cfc7d4a (patch) | |
| tree | 1bfc4ade58c1759dd95440b0272c3b6a4701e7d5 /FAQ.md | |
| parent | 56e617e8144a8b750a1198871eb6d43fad182c21 (diff) | |
| download | nanowasm-design-85c5e1c6de2a7a6fb098529de83eef743cfc7d4a.tar.gz | |
Fix grammatical error (#718)
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -255,7 +255,7 @@ implementation similarly to how PNaCl and Emscripten do today. Optimizing compilers commonly have fast-math flags which permit the compiler to relax the rules around floating point in order to optimize more -aggressively. This can including assuming that NaNs or infinities don't occur, +aggressively. This can include assuming that NaNs or infinities don't occur, ignoring the difference between negative zero and positive zero, making algebraic manipulations which change how rounding is performed or when overflow might occur, or replacing operators with approximations that are cheaper to |
