Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
2ab19ae5
Commit
2ab19ae5
authored
Sep 10, 2006
by
Ian Lynagh
Browse files
Fix linking to expf on Windows
parent
7b8830c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/nativeGen/MachCodeGen.hs
View file @
2ab19ae5
...
...
@@ -3082,7 +3082,7 @@ outOfLineFloatOp mop res args vols
code2
<-
stmtToInstrs
(
CmmAssign
res
(
CmmReg
tmp
))
return
(
code1
`
appOL
`
code2
)
where
lbl
=
mkForeignLabel
fn
Nothing
Tru
e
lbl
=
mkForeignLabel
fn
Nothing
Fals
e
fn
=
case
mop
of
MO_F32_Sqrt
->
FSLIT
(
"sqrtf"
)
...
...
Write
Preview
Markdown
is supported
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