Skip to content

Commit

Permalink
Trying to fix this Travis compilation error once again.
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Feb 7, 2018
1 parent 48126fb commit 959381c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions similarity_search/include/portable_intrinsics.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
#endif


#if defined(PORTABLE_SSE4)
#if defined(PORTABLE_SSE2)
#include <portable_simd.h>
#endif

#if defined(PORTABLE_SSE4)
/*
* Based on explanations/suggestions from here
* http://stackoverflow.com/questions/5526658/intel-sse-why-does-mm-extract-ps-return-int-instead-of-float
Expand All @@ -50,9 +52,6 @@
* not to use the above MM_EXTRACT_FLOAT (https://github.com/searchivarius/BlogCode/tree/master/2016/bench_sums)
*
*/

#elif defined(PORTABLE_SSE2)
#include <portable_simd.h>
#endif


1 change: 0 additions & 1 deletion similarity_search/src/distcomp_l2sqr_sift.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "utils.h"
#include "pow.h"
#include "portable_intrinsics.h"
#include "portable_simd.h"

#include <cstdlib>
#include <limits>
Expand Down

0 comments on commit 959381c

Please sign in to comment.