[llvm] r261805 - fix typo
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 15:44:19 PST 2016
Author: spatel
Date: Wed Feb 24 17:44:19 2016
New Revision: 261805
URL: http://llvm.org/viewvc/llvm-project?rev=261805&view=rev
Log:
fix typo
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=261805&r1=261804&r2=261805&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Feb 24 17:44:19 2016
@@ -11018,7 +11018,7 @@ Examples of non-canonical encodings:
- Many normal decimal floating point numbers have non-canonical alternative
encodings.
- Some machines, like GPUs or ARMv7 NEON, do not support subnormal values.
- These are treated as non-canonical encodings of zero and with be flushed to
+ These are treated as non-canonical encodings of zero and will be flushed to
a zero of the same sign by this operation.
Note that per IEEE-754-2008 6.2, systems that support signaling NaNs with
More information about the llvm-commits
mailing list