add a note.

llvm-svn: 41103
This commit is contained in:
Chris Lattner 2007-08-15 16:58:38 +00:00
parent 74e688fce1
commit 9fd664292f

View File

@ -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.