Link error with __builtin_sincosf()
Link error with __builtin_sincosf()
- Subject: Link error with __builtin_sincosf()
- From: email@hidden
- Date: Thu, 29 Mar 2007 13:40:09 -0400
This may be more of a gcc question, but I'm having trouble with the __builtin_sincosf() intrinsic. I get a link error that '_sincosf' is an undefined symbol. For example, try compiling:
void mysincosf(float x, float* s, float* c) {
__builtin_sincosf(x, s, c);
}
This happens on both Intel and PPC platforms. Any ideas? (For that matter, is there a compiler intrinsic that calculates reciprocal square root?)
Thanks, Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden