Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk