ac/llvm: fix amdgcn.rsq for v2f16
[mesa.git] / src / util / rounding.h
2020-04-21 Dylan Bakerreplace IROUND with util functions
2019-09-02 Erik Faye-Lundutil: do not assume MSVC implies SSE
2019-09-02 Erik Faye-Lundutil: fix SSE-version needed for double opcodes
2019-08-27 Kenneth Graunkeutil: Add a _mesa_i64roundevenf() helper.
2016-08-17 Brian Paulutil: try to use SSE instructions with MSVC and 32...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-19 Roland Scheideggerutil: (trivial) include c99_math.h in rounding.h
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-09 Jose Fonsecautil: Use LONG_MAX instead of LONG_BIT.
2015-08-09 Jose Fonsecascons: Build roundevent_test.
2015-08-09 Jose Fonsecautil: Cope with LONG_BIT not being defined on Windows.
2015-08-04 Matt Turnerutil: Use SSE intrinsics in _mesa_lroundeven{f,}.
2015-08-03 Matt Turnermesa: Replace F_TO_I() with _mesa_lroundevenf().
2015-03-19 Matt Turnerutil: Optimize _mesa_roundeven with SSE 4.1.
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().