Re: [Mesa-dev] [PATCH 2/5] llvmpipe: add POWER8 portability file - u_pwr8.h

2015-12-31 Thread Oded Gabbay
On Wed, Dec 30, 2015 at 5:53 PM, Roland Scheidegger wrote: > Am 30.12.2015 um 10:57 schrieb Oded Gabbay: >> On Wed, Dec 30, 2015 at 3:18 AM, Roland Scheidegger >> wrote: >>> Am 29.12.2015 um 17:12 schrieb Oded Gabbay: This file provides a portability

Re: [Mesa-dev] [PATCH 2/5] llvmpipe: add POWER8 portability file - u_pwr8.h

2015-12-30 Thread Roland Scheidegger
Am 30.12.2015 um 10:57 schrieb Oded Gabbay: > On Wed, Dec 30, 2015 at 3:18 AM, Roland Scheidegger > wrote: >> Am 29.12.2015 um 17:12 schrieb Oded Gabbay: >>> This file provides a portability layer that will make it easier to convert >>> SSE-based functions to VMX/VSX-based

Re: [Mesa-dev] [PATCH 2/5] llvmpipe: add POWER8 portability file - u_pwr8.h

2015-12-30 Thread Oded Gabbay
On Wed, Dec 30, 2015 at 3:18 AM, Roland Scheidegger wrote: > Am 29.12.2015 um 17:12 schrieb Oded Gabbay: >> This file provides a portability layer that will make it easier to convert >> SSE-based functions to VMX/VSX-based functions. >> >> All the functions implemented in this

[Mesa-dev] [PATCH 2/5] llvmpipe: add POWER8 portability file - u_pwr8.h

2015-12-29 Thread Oded Gabbay
This file provides a portability layer that will make it easier to convert SSE-based functions to VMX/VSX-based functions. All the functions implemented in this file are prefixed using "vec_". Therefore, when converting from SSE-based function, one needs to simply replace the "_mm_" prefix of the

Re: [Mesa-dev] [PATCH 2/5] llvmpipe: add POWER8 portability file - u_pwr8.h

2015-12-29 Thread Roland Scheidegger
Am 29.12.2015 um 17:12 schrieb Oded Gabbay: > This file provides a portability layer that will make it easier to convert > SSE-based functions to VMX/VSX-based functions. > > All the functions implemented in this file are prefixed using "vec_". > Therefore, when converting from SSE-based