$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSOC]SIMD Library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-31 06:07:33
On 31/03/2011 11:47, Cory Nelson wrote:
> What would ever make intrinsics improper?
GCC generates a compile-time error if you include the intrinsics files
without the right option (-msse2 or similar) enabled with the compiler.
For this reason, we took care of only including the files requested by
the instruction set the user has chosen.
Now then, I guess it would always be possible to cheat and redefine
those things.