diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-25 01:18:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-25 01:18:10 +0300 |
commit | 971159bb7102962299543d323798fbf43185899a (patch) | |
tree | ed2bff2fa3e753c8a359bffac0ecc9690c5b78ce /src/CMakeLists.txt | |
parent | 69aaf75b49cdf385b03469b82dd05480abf6e8b5 (diff) | |
download | ManaVerse-971159bb7102962299543d323798fbf43185899a.tar.gz ManaVerse-971159bb7102962299543d323798fbf43185899a.tar.bz2 ManaVerse-971159bb7102962299543d323798fbf43185899a.tar.xz ManaVerse-971159bb7102962299543d323798fbf43185899a.zip |
Switch in replaceAColor into using custom despatcher.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e94ad3dc7..1e558f861 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -641,9 +641,6 @@ SET(SRCS resources/dye/dyepalette.cpp resources/dye/dyepalette.h resources/dye/dyepalette_replaceacolor.cpp - resources/dye/dyepalette_replaceacolor_avx2.hpp - resources/dye/dyepalette_replaceacolor_default.hpp - resources/dye/dyepalette_replaceacolor_sse2.hpp resources/dye/dyepalette_replaceaoglcolor.cpp resources/dye/dyepalette_replaceaoglcolor_avx2.hpp resources/dye/dyepalette_replaceaoglcolor_default.hpp |