diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-16 11:48:14 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-16 11:48:14 -0700 |
| commit | b299ab25a2fca6e0612e4bdca186fbc19f9eaf81 (patch) | |
| tree | 153d08ad27d0d293848f71cd97aac44795238580 | |
| parent | f1696e1e58376b4a82423d03c953bfa888d2fdcc (diff) | |
| download | nanowasm-design-b299ab25a2fca6e0612e4bdca186fbc19f9eaf81.tar.gz | |
Use an https link instead of http.
| -rw-r--r-- | FutureFeatures.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 1a91a1a..85f3871 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -324,7 +324,7 @@ in the spec itself. Implementations are welcome (and encouraged) to support non-standard execution modes, enabled only from developer tools, such as modes with alternate rounding, or evaluation of floating point expressions at greater precision, to support [techniques for detecting numerical instability] -(http://www.cs.berkeley.edu/~wkahan/Mindless.pdf). +(https://www.cs.berkeley.edu/~wkahan/Mindless.pdf). To help developers find the sources of floating point exceptions, implementations may wish to provide a mode where NaN values are produced with |
