From 4e16d4000be7bf71990e48e8849a5ca1fdaa2ad0 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Thu, 5 Jun 2008 16:15:39 +0000
Subject: [PATCH] Move i128 on x86-64 from the codegen section to the
x86-specific section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52010 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 564c759e44d..3599eb896cd 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -200,7 +200,6 @@ faster:
than 64 bits. Note that support for such types is also dependent on
target-specific support. Use of APInt is also a step toward support for
non-power-of-2 integer sizes.
-Support for 128-bit integers on X86-64.
Several compile time speedups for code with large basic blocks.
Several improvements which make llc's --view-sunit-dags
visualization of scheduling dependency graphs easier to understand.
@@ -266,6 +265,8 @@ memset is now more aggressive.
__builtin_prefetch is now compiled into the appropriate prefetch
instructions instead of being ignored.
+128-bit integers are now supported on x86-64 targets.
+