Re: [Mesa-dev] RFC: PowerPC: Add Altivec pack/unpack intrisics

2012-11-06 Thread Adhemerval Zanella
On 11/05/2012 06:19 PM, Roland Scheidegger wrote: > Am 05.11.2012 18:45, schrieb Adhemerval Zanella: >> Hi all, >> >> This patch adds PPC Altivec support for pack/unpack operations using Altivec >> supported vector type (8xi8, 16xi16, 4xi32, 4xf32). I focused my work on the >> lp_test_conv testcase

Re: [Mesa-dev] RFC: PowerPC: Add Altivec pack/unpack intrisics

2012-11-05 Thread Roland Scheidegger
Am 05.11.2012 18:45, schrieb Adhemerval Zanella: > Hi all, > > This patch adds PPC Altivec support for pack/unpack operations using Altivec > supported vector type (8xi8, 16xi16, 4xi32, 4xf32). I focused my work on the > lp_test_conv testcase for llvmpipe and this patch corrects all the failing >

[Mesa-dev] RFC: PowerPC: Add Altivec pack/unpack intrisics

2012-11-05 Thread Adhemerval Zanella
Hi all, This patch adds PPC Altivec support for pack/unpack operations using Altivec supported vector type (8xi8, 16xi16, 4xi32, 4xf32). I focused my work on the lp_test_conv testcase for llvmpipe and this patch corrects all the failing issues for conversion using the aforementioned vector types.