Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPernet committed Jul 29, 2016
2 parents 698164e + b195274 commit fe30877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fflas-ffpack/fflas/fflas_simd/simd256.inl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define __FFLASFFPACK_fflas_ffpack_utils_simd256_INL

struct Simd256fp_base {
#if defined(__FFLASFFPACK_HAVE_AVX2_INSTRUCTIONS)
#if defined(__FFLASFFPACK_HAVE_AVX_INSTRUCTIONS)

/*
* Shuffle 128-bits selected by imm8 from a and b, and store the results in dst.
Expand Down Expand Up @@ -172,7 +172,7 @@ using Simd256 =
#include "simd256_double.inl"

#ifdef SIMD_INT
// Trop d'instructions SSE manquantes pour les int8_t
// To many missing insctructions on int8_t

#if defined(__FFLASFFPACK_HAVE_AVX2_INSTRUCTIONS)
#include "simd256_int64.inl"
Expand Down

0 comments on commit fe30877

Please sign in to comment.