diff options
author | Richard Sandiford <[email protected]> | 2014-07-21 16:53:35 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-09-16 14:02:55 +1000 |
commit | 1a65629ccc590fe04a97b6df63d73e349b793619 (patch) | |
tree | 6d934f38fa336ed5cdd2ff685e674e3559d3095a /docs | |
parent | 0a7f9fe42b457f7c0cd2a37477a6dc20a45baca8 (diff) |
gallivm: Fix uses of 2^24
Fallback cases in lp_bld_arit.c used 2^24 to mean "2 to the power 24",
but in C it's "2 xor 24", i.e. 26. Fixed by using 1<< instead.
Signed-off-by: Richard Sandiford <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Cc: "10.2 10.3" <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions