• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
xcode 1.2, -fast and ppc_intrinsics.h
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

xcode 1.2, -fast and ppc_intrinsics.h


  • Subject: xcode 1.2, -fast and ppc_intrinsics.h
  • From: Brian Barnes <email@hidden>
  • Date: Sat, 24 Apr 2004 23:51:06 -0400

I bug reported this one earlier, still not working. I was wondering if I could be told why it's not working (really curious) and if there's any work around.

My program can compile fine with:

-fstrict-aliasing -ffast-math -funroll-loops -falign-loops-max-skip=15 -falign-jumps-max-skip=15 -falign-loops=16 -falign-jumps=16 -falign-functions=16 -malign-natural -mdynamic-no-pic -mcpu=7400 -force_cpusubtype_ALL

But if I use:

-fast -mcpu=G4 (or 7400, or whatever)

It blows up with:

ld: Undefined symbols:
_astrcmp.104
___frsqrtes.94
___fmadds.82
___frsqrte.93

All from ppc_intrinsics.h, which seems to have an alternate copy under the "3.3-fast" directory. I include ppc_intrinsics by:

#include <ppc_intrinsics.h>

Maybe I should link directly with the fast version? I'd really like to use fast :)

[>] Brian
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: xcode 1.2, -fast and ppc_intrinsics.h
      • From: Mark Eissler <email@hidden>
  • Prev by Date: Re: Resource files and Copy Files phase
  • Next by Date: SysV Shared Memory Problems
  • Previous by thread: Re: Resource files and Copy Files phase
  • Next by thread: Re: xcode 1.2, -fast and ppc_intrinsics.h
  • Index(es):
    • Date
    • Thread