aboutsummaryrefslogtreecommitdiff
path: root/graphics/lepton
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2016-07-15 04:55:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2016-07-15 04:55:42 +0000
commit4eaa4a9dbe4b3e055055257dedd3153ad8088add (patch)
tree2b350c709d302530a1abe98a8ce236a8547478d7 /graphics/lepton
parentafb2268a389d534a39f5930da34cdd1b2219f654 (diff)
downloadports-4eaa4a9dbe4b3e055055257dedd3153ad8088add.tar.gz
ports-4eaa4a9dbe4b3e055055257dedd3153ad8088add.zip
Ensure, SSE4 is still used on systems, where the feature is present.
Duh...
Notes
Notes: svn path=/head/; revision=418569
Diffstat (limited to 'graphics/lepton')
-rw-r--r--graphics/lepton/files/patch-cpu6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lepton/files/patch-cpu b/graphics/lepton/files/patch-cpu
index 763c149eb95e..0a6b8d5fcddf 100644
--- a/graphics/lepton/files/patch-cpu
+++ b/graphics/lepton/files/patch-cpu
@@ -1,15 +1,15 @@
-Make -- or attempt to -- the code work on CPUs with only SSE3
+Make -- or attempt to -- the code work on CPUs with only SSSE3
instruction set...
-mi
--- src/lepton/idct.cc
+++ src/lepton/idct.cc
-@@ -1,8 +1,6 @@
+@@ -1,8 +1,7 @@
/* -*-mode:c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-#include <emmintrin.h>
-#include <smmintrin.h>
--#include <immintrin.h>
+ #include <immintrin.h>
#include "../vp8/util/aligned_block.hh"
+#include "../vp8/util/mm_mullo_epi32.hh"