[apple scitech] Re: problem with log10 in 64bit mode on Leopard
[apple scitech] Re: problem with log10 in 64bit mode on Leopard
Subject : [apple scitech] Re: problem with log10 in 64bit mode on Leopard
From: Ian Ollmann <email@hidden >
Date: Thu, 20 Mar 2008 14:19:28 -0700
Delivered-to: email@hidden
Delivered-to: email@hidden
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
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.