http://llvm.org/bugs/show_bug.cgi?id=5990


Dale Johannesen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from Dale Johannesen <[email protected]>  2010-01-11 12:59:25 ---
You don't provide source.  If the compiler is producing the MM vector operation
from source that doesn't use MM vectors, that's wrong.  However, if the vector
operation is in the source, it's the user's responsibility to insert EMMS at
the right places.  Both gcc (4.2) and llvm-gcc work this way.  This is
obviously not ideal, but fixing it is a big job and there is not much interest
in doing so.

Long doubles are passed to printf normally; there wouldn't be much point in the
%L modifier if you couldn't.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to