-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categoryworksformeResolved as "works for me"Resolved as "works for me"
Description
| Bugzilla Link | 8943 |
| Resolution | WORKSFORME |
| Resolved on | Mar 03, 2014 04:45 |
| Version | trunk |
| OS | Windows NT |
| Blocks | #7187 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AaronBallman,@lattner |
Extended Description
I got undefined reference to `exp2' from this line of code:
r->f = a->f * pow(2., n.f);
exp2 doesn't seem to be in the C89 standard, so this transformation is a bug most likely.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclangClang issues not falling into any other categoryClang issues not falling into any other categoryworksformeResolved as "works for me"Resolved as "works for me"