Re: UNITS_PER_SIMD_WORD

2010-11-08 Thread roy rosen
This is what I done. It works well. Thanks to everybody. 2010/11/8 Michael Meissner : > On Mon, Nov 01, 2010 at 04:52:28PM +0200, roy rosen wrote: >> Hi All, >> >> Is it possible to define UNITS_PER_SIMD_WORD as a global variable and >> to set this varibale usin

Re: UNITS_PER_SIMD_WORD

2010-11-08 Thread Michael Meissner
On Mon, Nov 01, 2010 at 04:52:28PM +0200, roy rosen wrote: > Hi All, > > Is it possible to define UNITS_PER_SIMD_WORD as a global variable and > to set this varibale using a pragma (even once for a compilation) and > that way to be able to compile one file with UNITS_PER_SIMD

Re: UNITS_PER_SIMD_WORD

2010-11-01 Thread H.J. Lu
On Mon, Nov 1, 2010 at 9:27 AM, Paul Brook wrote: >> Hi All, >> >> Is it possible to define UNITS_PER_SIMD_WORD as a global variable and >> to set this varibale using a pragma (even once for a compilation) and >> that way to be able to compile one file with UNITS_PE

Re: UNITS_PER_SIMD_WORD

2010-11-01 Thread Paul Brook
> Hi All, > > Is it possible to define UNITS_PER_SIMD_WORD as a global variable and > to set this varibale using a pragma (even once for a compilation) and > that way to be able to compile one file with UNITS_PER_SIMD_WORD = 8 > and another file with UNITS_PER_SIMD_WORD = 1

UNITS_PER_SIMD_WORD

2010-11-01 Thread roy rosen
Hi All, Is it possible to define UNITS_PER_SIMD_WORD as a global variable and to set this varibale using a pragma (even once for a compilation) and that way to be able to compile one file with UNITS_PER_SIMD_WORD = 8 and another file with UNITS_PER_SIMD_WORD = 16? Thanks, Roy.