summaryrefslogtreecommitdiffstats
path: root/src/util/rounding.h
Commit message (Expand)AuthorAgeFilesLines
* util: try to use SSE instructions with MSVC and 32-bit gccBrian Paul2016-08-171-3/+4
* util: (trivial) include c99_math.h in rounding.hRoland Scheidegger2015-08-191-2/+1
* util: Use LONG_MAX instead of LONG_BIT.Jose Fonseca2015-08-101-6/+7
* scons: Build roundevent_test.Jose Fonseca2015-08-101-0/+2
* util: Cope with LONG_BIT not being defined on Windows.Jose Fonseca2015-08-091-2/+6
* util: Use SSE intrinsics in _mesa_lroundeven{f,}.Matt Turner2015-08-041-0/+22
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-031-0/+25
* util: Optimize _mesa_roundeven with SSE 4.1.Matt Turner2015-03-181-0/+20
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-181-0/+58