Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
[apple scitech] Re: problem with log10 in 64bit mode on Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[apple scitech] Re: problem with log10 in 64bit mode on Leopard




On Mar 20, 2008, at 1:30 PM, Ian Ollmann wrote:
log10_workaround.s:

#if defined(__x86_64__)
.text
.globl _log10
.align 4
_log10_bug_workaround:

Sigh. That should be:

#if defined(__x86_64__)
.text
.globl _log10_bug_workaround
.align 4
_log10_bug_workaround:
...

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Scitech mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >[apple scitech] Re: problem with log10 in 64bit mode on Leopard (From: Ian Ollmann <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.