From cc330969c55f9a64989fd3722908cd35b073ce37 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 24 Feb 2016 23:44:19 +0000 Subject: [PATCH] fix typo llvm-svn: 261805 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index f86ca405f475..0f4dcda0d1fd 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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