Re: Array Operations

2010-08-20 Thread Jonathan Crapuchettes
Jonathan Crapuchettes wrote: Michael Parrott wrote: Jonathan Crapuchettes Wrote: I followed the example in issue #30: http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates DFLAGS='-O2 -g -frelease -march=pentium3' ../configure --enable-languages=d --disable-multilib --disable-shared

Re: Array Operations

2010-08-20 Thread Iain Buclaw
== Quote from Jonathan Crapuchettes (jcrapuchet...@gmail.com)'s article > Michael Parrott wrote: > > Jonathan Crapuchettes Wrote: > > > >> I followed the example in issue #30: > >> http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates > >> > >> DFLAGS='-O2 -g -frelease -march=pentium3' ../c

Re: Array Operations

2010-08-19 Thread Michael Parrott
Jonathan Crapuchettes Wrote: > Michael Parrott wrote: > > Jonathan Crapuchettes Wrote: > > > >> I followed the example in issue #30: > >> http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates > >> > >> DFLAGS='-O2 -g -frelease -march=pentium3' ../configure --enable-languages=d > >> --disab

Re: Array Operations

2010-08-19 Thread Jonathan Crapuchettes
Michael Parrott wrote: Jonathan Crapuchettes Wrote: I followed the example in issue #30: http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates DFLAGS='-O2 -g -frelease -march=pentium3' ../configure --enable-languages=d --disable-multilib --disable-shared Is this wrong? JC Michael Par

Re: Array Operations

2010-08-19 Thread Michael Parrott
Jonathan Crapuchettes Wrote: > I followed the example in issue #30: > http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates > > DFLAGS='-O2 -g -frelease -march=pentium3' ../configure --enable-languages=d > --disable-multilib --disable-shared > > Is this wrong? > JC > > Michael Parrott

Re: Array Operations

2010-08-19 Thread Jonathan Crapuchettes
I followed the example in issue #30: http://bitbucket.org/goshawk/gdc/issue/30/d_inlineasm-updates DFLAGS='-O2 -g -frelease -march=pentium3' ../configure --enable-languages=d --disable-multilib --disable-shared Is this wrong? JC Michael Parrott wrote: Jonathan Crapuchettes Wrote: I have b

Re: Array Operations

2010-08-19 Thread Michael Parrott
Jonathan Crapuchettes Wrote: > I have been trying to add the SSE2 array operation code to the compilation, > but > it seems like the DFLAGS variable isn't being used. Can you offer any > suggestions? > Thank you, > JC Did you set DFLAGS before running configure? If you didn't, that might be wh