- 26 Oct, 2010 1 commit
-
-
John Koleszar authored
These functions made global references but did not set up the GOT, causing compilation failures in PIC mode. Change-Id: Iac473bf46733f87eb2e001cd736af4acf73fa51d
-
- 21 Oct, 2010 1 commit
-
-
Yunqing Wang authored
Change-Id: Ia649b500ef020225d8bbf611799d0f47658dc2ac
-
- 18 Oct, 2010 1 commit
-
-
Yunqing Wang authored
Instead of doing 8-bit data unpack and 16-bit subtraction, use psubb to do 16 8-bit subtractions and pcmpgtb to preserve the sign information. This does not bring noticable gain since these functions are not called frequently. Change-Id: I90a0dfaa3db9d422e4ada324076596ffb178548e
-