commit | 82bf5a8aac3425701cbf7e15063967d53f8b452f | [log] [tgz] |
---|---|---|
author | Erico Nunes <nunes.erico@gmail.com> | Thu Jul 18 21:13:19 2019 +0200 |
committer | Erico Nunes <nunes.erico@gmail.com> | Wed Jul 31 23:06:26 2019 +0200 |
tree | e032efc67fa458261081f1d23d31e8eb49a7b823 | |
parent | b3676a65488e4d47596000c260f7872cfed78688 [diff] |
lima: enable lower_bitops in ppir The mali pp doesn't support integers and some nir_algebraic optimizations may result in ops that are not easily lowerable to floats, so disable optimizations resulting in bitops. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Jonathan Marek <jonathan@marek.ca>