Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
eb041e81
Commit
eb041e81
authored
Oct 26, 2004
by
ross
Browse files
[project @ 2004-10-26 17:48:39 by ross]
bind acosDouble to acos(), rather than asin()
parent
2ac652a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/cmm/PprC.hs
View file @
eb041e81
...
...
@@ -523,7 +523,7 @@ pprCallishMachOp_for_C mop
MO_F64_Cosh
->
ptext
SLIT
(
"cosh"
)
MO_F64_Tanh
->
ptext
SLIT
(
"tanh"
)
MO_F64_Asin
->
ptext
SLIT
(
"asin"
)
MO_F64_Acos
->
ptext
SLIT
(
"a
sin
"
)
MO_F64_Acos
->
ptext
SLIT
(
"a
cos
"
)
MO_F64_Atan
->
ptext
SLIT
(
"atan"
)
MO_F64_Log
->
ptext
SLIT
(
"log"
)
MO_F64_Exp
->
ptext
SLIT
(
"exp"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment