diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-07-23 14:29:28 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-07-23 14:29:28 -0700 |
| commit | f74c4a87968ecf73120cc4588e67c7ca06ab170f (patch) | |
| tree | 2cfa3578bd78ceda7bdd049ad9098ba77d68e571 /FAQ.md | |
| parent | c89cdeec7ac1b85052ee2d034ce82e333d95fb4e (diff) | |
| download | nanowasm-design-f74c4a87968ecf73120cc4588e67c7ca06ab170f.tar.gz | |
Fix typos.
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,4 +228,4 @@ WebAssembly implementations run on the user side, so there is no opportunity for * Most of the individual floating point operations that WebAssembly does have already map to individual fast instructions in hardware. Telling `add`, `sub`, or `mul` they don't have to worry about NaN for example doesn't make them any faster, because NaN is handled quickly and transparently in hardware on all modern platforms. - * WebAssembly has no floating point traps, status register, dynamic rounding modes, or signalling NaNs, so optimizations that depend on the absense of these features are all safe. + * WebAssembly has no floating point traps, status register, dynamic rounding modes, or signalling NaNs, so optimizations that depend on the absence of these features are all safe. |
