• 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
-fast + ppc_intrinsics.h bug found
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

-fast + ppc_intrinsics.h bug found


  • Subject: -fast + ppc_intrinsics.h bug found
  • From: Brian Barnes <email@hidden>
  • Date: Sat, 7 Feb 2004 12:12:56 -0500

I was finally able to recreate this. I'll fix up my bug report. Here's the recreation:

1) create a new carbon application in xcode
2) in [appname]_Prefix.pch, add this line after the carbon line:

#include <ppc_intrinsics.h>

3) in main.c, at the top of the function, add:

float g = __frsqrte(23.f);

4) compile, you'll get:

ld: Undefined symbols: ___frsqrte.93

NOW, if you take the include out of the precompiled header, and instead drop it at the top of main.c, it works fine. So, it has something to do with pre-compiled headers.

[>] 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.

  • Prev by Date: Error when closing a project
  • Next by Date: Re: -fast + ppc_intrinsics.h bug found
  • Previous by thread: Re: Error when closing a project [FIXED]
  • Next by thread: Re: -fast + ppc_intrinsics.h bug found
  • Index(es):
    • Date
    • Thread