aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/rounding.h
Commit message (Expand)AuthorAgeFilesLines
* replace IROUND with util functionsDylan Baker2020-04-211-0/+1
* util: do not assume MSVC implies SSEErik Faye-Lund2019-09-021-4/+3
* util: fix SSE-version needed for double opcodesErik Faye-Lund2019-09-021-1/+1
* util: Add a _mesa_i64roundevenf() helper.Kenneth Graunke2019-08-271-0/+16
* 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