From: Dale Johannesen Date: Fri, 28 May 2010 18:54:47 +0000 (+0000) Subject: Fix Data Layout description of floating point. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9d8d221a6864872a3b5c272e83adbf18f3c6a1af;p=oota-llvm.git Fix Data Layout description of floating point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104993 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 651426c67f1..a0f59cf6e5a 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