Re: indirect load store on POWER8 and extra dress computation

2015-11-02 Thread Michael Meissner
On Mon, Nov 02, 2015 at 02:59:37PM +, Ewart Timothée wrote: > Hello All, > > I have a question about performance on Power8 (little-endian, GCC 4.9.1) > specially with load/store. > I evaluate all possibilities to evaluate polynomial, to simplify the thread I > provide a basic example > of

indirect load store on POWER8 and extra dress computation

2015-11-02 Thread Ewart Timothée
Hello All, I have a question about performance on Power8 (little-endian, GCC 4.9.1) specially with load/store. I evaluate all possibilities to evaluate polynomial, to simplify the thread I provide a basic example of meta-programing about Polynomial evaluation with Horner method. I have: templ