Files
mesa/src
Roland Scheidegger 2cc6da85d6 gallivm: avoid unnecessary URem in linear wrap repeat case
Haven't looked at what code this exactly generates but URem can't be fast.
Instead of using two URem only use one and replace the second one with
select/add (this is what the corresponding aos code already does).
2010-10-09 00:36:38 +02:00
..
2010-09-30 09:36:21 -06:00
2010-09-30 17:09:59 +08:00
2010-08-26 18:29:04 +01:00