$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 08:00:22
On 31/03/2011 12:54, Domagoj Saric wrote:
> Is that possible (considering the macros are defined by the compiler)?
I don't see any reason why you couldn't do
#ifndef __SSE2__
#define __SSE2__
#endif
but that's a ugly hack at best.