Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 04:55:42 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418569 - head/graphics/lepton/files
Message-ID:  <201607150455.u6F4tg9H064653@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607150455.u6F4tg9H064653>