diff options
author | Matt Turner <[email protected]> | 2014-09-21 21:03:14 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-09-25 13:57:29 -0700 |
commit | 43267a325f4a0c601a7899a7ea4b1927b4cd1f61 (patch) | |
tree | 105f2a42895d6f893c2d77f571972c88c672c9d1 /src/mesa/program | |
parent | 50e2f700932bb846dc36b193e533593d45beac44 (diff) |
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
I only made IS_NEGATIVE(x) use signbit in commit 0f3ba405 in an attempt
to fix 54805, but it didn't help. We didn't use signbit on some
platforms and instead defined it to x < 0.0f.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/program')
0 files changed, 0 insertions, 0 deletions