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:
9fda2f9
)
Add a note
author
Chris Lattner
<sabre@nondot.org>
Fri, 3 Feb 2006 01:49:49 +0000
(
01:49
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 3 Feb 2006 01:49:49 +0000
(
01:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25921
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/README.txt
b/lib/Target/PowerPC/README.txt
index 7afcc7471af7d90baa7c6bbb24412790f46f5e48..5281e576538ed7428831997543a81654d72be341 100644
(file)
--- a/
lib/Target/PowerPC/README.txt
+++ b/
lib/Target/PowerPC/README.txt
@@
-470,3
+470,8
@@
_foo:
slwi r3, r2, 4
blr
+===-------------------------------------------------------------------------===
+
+Get the C front-end to expand hypot(x,y) -> llvm.sqrt(x*x+y*y) when errno and
+precision don't matter (ffastmath). Misc/mandel will like this. :)
+