Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-08-17 | util: try to use SSE instructions with MSVC and 32-bit gcc | Brian Paul | 1 | -3/+4 |
2015-08-19 | util: (trivial) include c99_math.h in rounding.h | Roland Scheidegger | 1 | -2/+1 |
2015-08-10 | util: Use LONG_MAX instead of LONG_BIT. | Jose Fonseca | 1 | -6/+7 |
2015-08-10 | scons: Build roundevent_test. | Jose Fonseca | 1 | -0/+2 |
2015-08-09 | util: Cope with LONG_BIT not being defined on Windows. | Jose Fonseca | 1 | -2/+6 |
2015-08-04 | util: Use SSE intrinsics in _mesa_lroundeven{f,}. | Matt Turner | 1 | -0/+22 |
2015-08-03 | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 1 | -0/+25 |
2015-03-18 | util: Optimize _mesa_roundeven with SSE 4.1. | Matt Turner | 1 | -0/+20 |
2015-03-18 | mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). | Matt Turner | 1 | -0/+58 |