Skip to content

Commit

Permalink
Fixed completion for non x86 platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGrebnov committed Jan 2, 2022
1 parent 4be88dc commit 4997ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbsc/platform/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ See also the bsc and libbsc web site:

#if defined(_MSC_VER)
#include <intrin.h>
#else
#include <immintrin.h>
#elif defined(__GNUC__) && (defined(__x86_64__) || defined(__i386__))
#include <x86intrin.h>
#endif

#if defined(__GNUC__)
Expand Down

0 comments on commit 4997ac0

Please sign in to comment.