------- Additional Comments From aj at gcc dot gnu dot org  2005-01-04 09:05 
-------
Btw. we do the right thing for 64-bit x86-64: 
 
$ gcc -O2 -ffast-math  -c t.c 
$ objdump -d t.o 
t.o:     file format elf64-x86-64 
 
Disassembly of section .text: 
 
0000000000000000 <minf>: 
   0:   f3 0f 5d c1             minss  %xmm1,%xmm0 
   4:   c3                      retq 
 
With -m32 I get the same ugly code. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19250

Reply via email to