You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Martin Sebor <se...@roguewave.com> on 2008/02/12 02:27:52 UTC

[PATCH] STDCXX-722 - [gcc] use math __builtins

I've attached a patch to the issue that implements explicit
specializations on the three floating types for most of the C++ '98
complex primary function templates and has each call the corresponding
gcc built-in function. The patch is pretty simple but it involves a fair
amount of code. Since we have no test for this yet I'd appreciate if I
could get another pair of eyes to look at it with me in case I screwed
something up.

http://issues.apache.org/jira/browse/STDCXX-722

Thanks
Martin