[cfe-dev] [PATCH] clang/MIPS additional command-line options

Holger Schurig holgerschurig at gmail.com
Wed Feb 17 00:11:03 PST 2010


> The semantics mostly look ok to me. I'm curious about choosing 
> soft-float as a default?

I'm not familiar with MIPS, but if their processors are similar 
to ARM cores ones, then most don't have a floating point unit. 
And therefore they use soft-floating point.

(For ARM, there's a another option with the Linux-kernel FPU 
emulator, but soft-float is faster compared to generating FPU 
opcodes, trapping them and handling them in the kernel).

-- 
http://www.holgerschurig.de



More information about the cfe-dev mailing list