diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-26 01:48:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-26 01:48:43 +0300 |
commit | cd94be3d8356e713cf5b72c64d22ec5baf5cae4a (patch) | |
tree | 0e28534bd2a3fa0e73725234ddbff0d6bf082dd9 /src/resources/dye/dyepalette.cpp | |
parent | 0057f73324b01518001dc516cfb618fafa7c380d (diff) | |
download | manaplus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.gz manaplus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.bz2 manaplus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.tar.xz manaplus-cd94be3d8356e713cf5b72c64d22ec5baf5cae4a.zip |
Fix compilation without simd support again.
Diffstat (limited to 'src/resources/dye/dyepalette.cpp')
-rw-r--r-- | src/resources/dye/dyepalette.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/dye/dyepalette.cpp b/src/resources/dye/dyepalette.cpp index 75e4c567b..65063959b 100644 --- a/src/resources/dye/dyepalette.cpp +++ b/src/resources/dye/dyepalette.cpp @@ -44,7 +44,6 @@ #include "debug.h" -#ifdef SIMD_SUPPORTED DyeFunctionPtr DyePalette::funcReplaceSColor = nullptr; DyeFunctionPtr DyePalette::funcReplaceSColorSse2 = nullptr; DyeFunctionPtr DyePalette::funcReplaceSColorAvx2 = nullptr; @@ -60,7 +59,6 @@ DyeFunctionPtr DyePalette::funcReplaceAOGLColor = nullptr; DyeFunctionPtr DyePalette::funcReplaceAOGLColorSse2 = nullptr; DyeFunctionPtr DyePalette::funcReplaceAOGLColorAvx2 = nullptr; #endif // USE_OPENGL -#endif // SIMD_SUPPORTED DyePalette::DyePalette(const std::string &restrict description, const uint8_t blockSize) : |