From bab6ce018fde9a0a9d720b5d0660022bf782e526 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 llvm-svn: 328105 --- llvm/docs/LangRef.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index dce25c5..55b9621 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/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.7.4