From: Dan Gohman Date: Mon, 8 Sep 2008 16:42:56 +0000 (+0000) Subject: i128 and f80 are implemented for x86-64 now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f91570c264344532e456feec232155e969caf82f;p=oota-llvm.git i128 and f80 are implemented for x86-64 now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README-X86-64.txt b/lib/Target/X86/README-X86-64.txt index 594a66f832b..1f3d17bd270 100644 --- a/lib/Target/X86/README-X86-64.txt +++ b/lib/Target/X86/README-X86-64.txt @@ -9,10 +9,6 @@ Make use of "Red Zone". //===---------------------------------------------------------------------===// -Implement __int128 and long double support. - -//===---------------------------------------------------------------------===// - For this: extern void xx(void);