[LLVMdev] pow operator on Windows
Dimitry Andric
dimitry at andric.com
Sat Feb 12 04:06:30 PST 2011
On 2011-02-12 12:34, David Given wrote:
...
> You might want to look at the generated machine code to see how they
> differ. If this *is* the problem, you can tell gcc to use a particular
> instruction set with -mfpmath=386 or -mfpmath=sse.
I think you mean -mfpmath=387, instead. :)
Btw, this option is also not supported by clang... any idea how it could
be implemented, if at all?
More information about the llvm-dev
mailing list