svn commit: r418569 - head/graphics/lepton/files

Mikhail Teterin mi at FreeBSD.org
Fri Jul 15 04:55:43 UTC 2016


Author: mi
Date: Fri Jul 15 04:55:42 2016
New Revision: 418569
URL: https://svnweb.freebsd.org/changeset/ports/418569

Log:
  Ensure, SSE4 is still used on systems, where the feature is present.
  Duh...

Modified:
  head/graphics/lepton/files/patch-cpu

Modified: head/graphics/lepton/files/patch-cpu
==============================================================================
--- head/graphics/lepton/files/patch-cpu	Fri Jul 15 03:05:26 2016	(r418568)
+++ head/graphics/lepton/files/patch-cpu	Fri Jul 15 04:55:42 2016	(r418569)
@@ -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"
  


More information about the svn-ports-all mailing list