summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-05-26 01:48:43 +0300
committerAndrei Karas <akaras@inbox.ru>2017-05-26 01:48:43 +0300
commitcd94be3d8356e713cf5b72c64d22ec5baf5cae4a (patch)
tree0e28534bd2a3fa0e73725234ddbff0d6bf082dd9 /src/resources/dye/dyepalette.h
parent0057f73324b01518001dc516cfb618fafa7c380d (diff)
downloadplus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.gz
plus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.bz2
plus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.xz
plus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.zip
Fix compilation without simd support again.
Diffstat (limited to 'src/resources/dye/dyepalette.h')
-rw-r--r--src/resources/dye/dyepalette.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/dye/dyepalette.h b/src/resources/dye/dyepalette.h
index 80e5f53c2..eee7f2327 100644
--- a/src/resources/dye/dyepalette.h
+++ b/src/resources/dye/dyepalette.h
@@ -161,7 +161,6 @@ class DyePalette final
static void initFunctions();
-#ifdef SIMD_SUPPORTED
#ifdef USE_OPENGL
static DyeFunctionPtr funcReplaceSOGLColor;
static DyeFunctionPtr funcReplaceSOGLColorSse2;
@@ -177,7 +176,6 @@ class DyePalette final
static DyeFunctionPtr funcReplaceAColor;
static DyeFunctionPtr funcReplaceAColorSse2;
static DyeFunctionPtr funcReplaceAColorAvx2;
-#endif // SIMD_SUPPORTED
#ifndef UNITTESTS
private: