Array Operations

Michael Parrott baseball.mjp at gmail.com
Thu Aug 19 16:09:05 PDT 2010


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 why.

Example:

DFLAGS="-g"
export DFLAGS
../configure --enable-languages=d .....
make
sudo make install

Something like that should work.


More information about the D.gnu mailing list