Re: [Mesa-dev] [PATCH 8/9] llvmpipe: Test more vector lengths.

2016-04-19 Thread Jose Fonseca
On 18/04/16 16:30, Tom Stellard wrote: On Mon, Apr 18, 2016 at 10:14:35AM +0100, Jose Fonseca wrote: All power of two of up native vector length. There is actually a bug in lp_build_round for v2, whereby it doesn't round to nearest. Fixing is left to the future, but the test is now able to exp

Re: [Mesa-dev] [PATCH 8/9] llvmpipe: Test more vector lengths.

2016-04-18 Thread Tom Stellard
On Mon, Apr 18, 2016 at 10:14:35AM +0100, Jose Fonseca wrote: > All power of two of up native vector length. > > There is actually a bug in lp_build_round for v2, whereby it doesn't > round to nearest. Fixing is left to the future, but the test is now > able to expect it to fail. > --- > src/gal

[Mesa-dev] [PATCH 8/9] llvmpipe: Test more vector lengths.

2016-04-18 Thread Jose Fonseca
All power of two of up native vector length. There is actually a bug in lp_build_round for v2, whereby it doesn't round to nearest. Fixing is left to the future, but the test is now able to expect it to fail. --- src/gallium/drivers/llvmpipe/lp_test_arit.c | 43 - 1 f