diff options
author | Roland Scheidegger <[email protected]> | 2013-07-17 18:13:41 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-07-17 18:16:34 +0200 |
commit | 7fd30a8621ccb10b1b6df54ca2afb73bb8e959e8 (patch) | |
tree | 91a27ec799ab08354a795373af3e9aab40cea7ac /docs/relnotes | |
parent | f0f9fb59c326a7b911bed8491edb0f5fd5966360 (diff) |
gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit
Use "or" instead of "add" (this is a classic select sequence, which at
least newer llvm versions can actually recognize (3.2+?), and the "add"
might prevent that - and we really don't want an add instead of an or with
avx if it isn't recognized (even without avx logic ops might be cheaper)).
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'docs/relnotes')
0 files changed, 0 insertions, 0 deletions