projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca250de
)
add a note.
author
Chris Lattner
<sabre@nondot.org>
Wed, 15 Aug 2007 16:58:38 +0000
(16:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 15 Aug 2007 16:58:38 +0000
(16:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41103
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README-SSE.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README-SSE.txt
b/lib/Target/X86/README-SSE.txt
index f4b54c4dbbb006b9a1dfc6813080270f41462ced..40404e53e8bed1e1295564f814fd460bf7ffbed0 100644
(file)
--- a/
lib/Target/X86/README-SSE.txt
+++ b/
lib/Target/X86/README-SSE.txt
@@
-2,6
+2,9
@@
// Random ideas for the X86 backend: SSE-specific stuff.
//===---------------------------------------------------------------------===//
+- Consider eliminating the unaligned SSE load intrinsics, replacing them with
+ unaligned LLVM load instructions.
+
//===---------------------------------------------------------------------===//
Expand libm rounding functions inline: Significant speedups possible.