From 9d8d221a6864872a3b5c272e83adbf18f3c6a1af Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 28 May 2010 18:54:47 +0000 Subject: Fix Data Layout description of floating point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104993 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 651426c67f..a0f59cf6e5 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1283,8 +1283,10 @@ target datalayout = "layout specification"
fsize:abi:pref
This specifies the alignment for a floating point type of a given bit - size. The value of size must be either 32 (float) or 64 - (double).
+ size. Only values of size that are supported by the target + will work. 32 (float) and 64 (double) are supported on all targets; + 80 or 128 (different flavors of long double) are also supported on some + targets.
asize:abi:pref
This specifies the alignment for an aggregate type of a given bit -- cgit v1.2.3