[LLVMbugs] [Bug 7329] undefined references during linking for SPEC CPU2006's h264ref

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 8 02:47:14 PST 2011


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

Duncan Sands <baldrick at free.fr> changed:

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

--- Comment #8 from Duncan Sands <baldrick at free.fr> 2011-03-08 04:47:13 CST ---
This was fixed some time ago.  The suggested patch was wrong because it rounds
towards zero, rather than rounding down (eg: patch sent -1.5 to -1 but should
be -2).

-- 
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.



More information about the llvm-bugs mailing list