Files
filament/libs/math
Mathias Agopian e12f079ac1 don't prevent unrolling of libmath == operator
We were not unrolling the == loop because the generated code with
unrolling was very branchy; but that's not a good call either because
the loop has the same number of unpredicted branches.
Theoretically the compiler should be able to emit a branchless == but
it doesn't. At least we give it a chance.
2022-02-25 13:19:31 -08:00
..
2021-05-24 13:25:11 -07:00
2020-03-05 22:50:49 -08:00
2018-08-03 10:38:22 -07:00