[llvm] f760d57 - LangRef: fix significand bits of fp128

Nuno Lopes via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 31 03:14:35 PST 2020


Author: Nuno Lopes
Date: 2020-12-31T11:13:25Z
New Revision: f760d57052d8d16de9679f6c65149005515ead97

URL: https://github.com/llvm/llvm-project/commit/f760d57052d8d16de9679f6c65149005515ead97
DIFF: https://github.com/llvm/llvm-project/commit/f760d57052d8d16de9679f6c65149005515ead97.diff

LOG: LangRef: fix significand bits of fp128

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 3db5879129ae..ab5287014683 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -3070,7 +3070,7 @@ Floating-Point Types
      - 64-bit floating-point value
 
    * - ``fp128``
-     - 128-bit floating-point value (112-bit significand)
+     - 128-bit floating-point value (113-bit significand)
 
    * - ``x86_fp80``
      -  80-bit floating-point value (X87)


        


More information about the llvm-commits mailing list