This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50302] inefficient float->double conversion in AVX with -mtune=generic


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50302

Andi Kleen <andi-gcc at firstfloor dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Andi Kleen <andi-gcc at firstfloor dot org> ---
Seems to be fixed now in 

gcc version 5.0.0 20140926 (experimental) (GCC) 


The double conversion is only generated for -mtune=amdfam10, but not for
mtune=generic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]