From f169e120a7fec66cbf75e7279f06725535a75b27 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 21 Mar 2018 15:22:09 +0000 Subject: [PATCH] [LangRef] add note about format of FP types git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328105 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index dce25c52326..55b96218e6f 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -2577,6 +2577,10 @@ Floating-Point Types * - ``ppc_fp128`` - 128-bit floating-point value (two 64-bits) +The binary format of half, float, double, and fp128 correspond to the +IEEE-754-2008 specifications for binary16, binary32, binary64, and binary128 +respectively. + X86_mmx Type """""""""""" -- 2.11.0