summaryrefslogtreecommitdiff
path: root/src/util/rounding.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-17util: try to use SSE instructions with MSVC and 32-bit gccBrian Paul1-3/+4
2015-08-19util: (trivial) include c99_math.h in rounding.hRoland Scheidegger1-2/+1
2015-08-10util: Use LONG_MAX instead of LONG_BIT.Jose Fonseca1-6/+7
2015-08-10scons: Build roundevent_test.Jose Fonseca1-0/+2
2015-08-09util: Cope with LONG_BIT not being defined on Windows.Jose Fonseca1-2/+6
2015-08-04util: Use SSE intrinsics in _mesa_lroundeven{f,}.Matt Turner1-0/+22
2015-08-03mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner1-0/+25
2015-03-18util: Optimize _mesa_roundeven with SSE 4.1.Matt Turner1-0/+20
2015-03-18mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner1-0/+58