-fast + ppc_intrinsics.h bug found
-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.