Re: Making use of Core 2 features without 64bit addressing
Re: Making use of Core 2 features without 64bit addressing
- Subject: Re: Making use of Core 2 features without 64bit addressing
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 10 Apr 2008 17:08:38 -0600
On Apr 10, 2008, at 5:00 PM, Michael Vannorsdel wrote:
Just an optimized build for core 2 and xeon, but I have to link with
10.4SDK and it has some header bugs when building for 64 bit Intel
(mostly from TARGET_CPU_X86 not defined). I don't really need 64
bit addressing but would like to use the additional registers and 64
bit integer math.
You can probably get around that by using preprocessor defines. In any
case, if you're targeting 64-bit in Tiger, then don't forget that only
a very small handful of libraries had 64-bit support in Tiger. If
you're compiling a 64-bit GUI application, then you must target
Leopard, at least for the 64-bit builds.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden