Re: [Mesa-dev] [PATCH 2/2] gallivm: Return true from arch_rounding_available() if NEON is available

2019-01-22 Thread Roland Scheidegger
I have no clue on aarch64, but looks all good to me. For the series: Reviewed-by: Roland Scheidegger Am 23.01.19 um 00:12 schrieb Matt Turner: > LLVM uses the single instruction "FRINTI" to implement llvm.nearbyint. > Fixes the rounding tests of lp_test_arit. > > Bug: >

[Mesa-dev] [PATCH 2/2] gallivm: Return true from arch_rounding_available() if NEON is available

2019-01-22 Thread Matt Turner
LLVM uses the single instruction "FRINTI" to implement llvm.nearbyint. Fixes the rounding tests of lp_test_arit. Bug: https://bugs.gentoo.org/665570 --- src/gallium/auxiliary/gallivm/lp_bld_arit.c | 4 +++- src/gallium/drivers/llvmpipe/lp_test_arit.c | 3 ++- 2 files changed, 5 insertions(+), 2