From f91570c264344532e456feec232155e969caf82f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 8 Sep 2008 16:42:56 +0000 Subject: [PATCH] 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 --- lib/Target/X86/README-X86-64.txt | 4 ---- 1 file changed, 4 deletions(-) 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);