This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: x86 patch: SSE-based FP<=>int conversions, round 3
I tried this; Darwin's assembler doesn't like that. I guess this
means that Darwin's assembler isn't really an AT&T assembler (?).
It looks to me like the Right Thing To Do is to create a third, non-
AT&T, non-Intel/Microsoft assembler variant "ATT_Darwin."
Do you want a new assembler type added to my patch?
Ick, no. I'd rather have our as fixed. We've fixed a number of things
in our assembler to match gas so far.
-eric