-
I'm trying to do an algorithm which uses SSE2+SSE3 functions. How do I go about to actually compile REF + SSE + SSE2 + SSE3 variants of the algorithm?
My hunch is that I somehow via includes direct the compiler which set of instructions to use, like (pseudo code):
// Compile for REF
#include <SSEplus_REF.h>
#define myalgorithm myalgorithm_REF
#include <myalgorithm.cpp>...
2009-03-11 08:07:05 UTC in SSEPlus
-
robiwano committed patchset 25 of module SVAGG to the SVAGG CVS repository, changing 15 files.
2005-04-03 12:30:13 UTC in SVAGG
-
robiwano committed patchset 24 of module SVAGG to the SVAGG CVS repository, changing 2 files.
2005-04-03 11:56:39 UTC in SVAGG
-
robiwano committed patchset 23 of module SVAGG to the SVAGG CVS repository, changing 1 files.
2005-03-31 20:58:17 UTC in SVAGG
-
robiwano committed patchset 22 of module SVAGG to the SVAGG CVS repository, changing 23 files.
2005-03-31 20:38:44 UTC in SVAGG
-
robiwano committed patchset 21 of module SVAGG to the SVAGG CVS repository, changing 2 files.
2005-03-31 20:27:09 UTC in SVAGG
-
robiwano committed patchset 20 of module SVAGG to the SVAGG CVS repository, changing 2 files.
2005-03-23 20:13:54 UTC in SVAGG
-
robiwano committed patchset 19 of module SVAGG to the SVAGG CVS repository, changing 1 files.
2005-03-21 20:51:07 UTC in SVAGG
-
robiwano committed patchset 18 of module SVAGG to the SVAGG CVS repository, changing 16 files.
2005-03-21 20:36:21 UTC in SVAGG
-
robiwano committed patchset 17 of module SVAGG to the SVAGG CVS repository, changing 17 files.
2005-03-21 18:23:26 UTC in SVAGG