diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-07-17 21:27:00 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-07-18 02:28:54 +0200 |
commit | cd5a160f151ee789fb44bd8c07a10e3e291253fe (patch) | |
tree | 45f3540d8dbc2671e17c6920cad5059e8df2d988 /sc | |
parent | 3f6e35d1da493809c900ccddf81db9ffe5936451 (diff) |
include supported SIMD intrinsics headers automatically
If we include simdsupport.hxx, this now includes the supported
intrinsics headers automatically, so this removes the need to do
it ourselves.
Change-Id: Icc406316a7e27b7b5fd5905f51664f4fe47e5468
Reviewed-on: https://gerrit.libreoffice.org/75783
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/arraysumfunctor.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/core/inc/arraysumfunctor.hxx b/sc/source/core/inc/arraysumfunctor.hxx index b4da4d9d4064..7ef8a7face05 100644 --- a/sc/source/core/inc/arraysumfunctor.hxx +++ b/sc/source/core/inc/arraysumfunctor.hxx @@ -18,14 +18,6 @@ #include <tools/simd.hxx> #include <tools/cpuid.hxx> -#if defined(LO_SSE2_AVAILABLE) -#ifdef _WIN32 -#include <intrin.h> -#else -#include <x86intrin.h> -#endif -#endif - namespace sc { |