rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 737e6764c08ea7ecdf90841f841f6884d8148e74
parent 5d4def688be05e193d9f192b753f1e70610778b8
Author: vaplv <vaplv@free.fr>
Date:   Tue, 27 Jan 2015 14:33:25 +0100

Fix a bug in the declaration of the GCC unroll-loop optimization

Diffstat:
Msrc/soa4fX.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soa4fX.h b/src/soa4fX.h @@ -346,7 +346,7 @@ SOA4FX_FUNC__(selv) #undef SOA4FX_DIMENSION__ #undef SOA4FX_FUNC__ -#ifndef COMPILER_GCC +#ifdef COMPILER_GCC #pragma GCC pop_options #endif