Skip to content

Commit

Permalink
Fixes clang build with SSE4 disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vedenko committed Apr 8, 2020
1 parent a6e5811 commit 3d8dc17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions celt/cpu_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ int opus_select_arch(void);
#else
#define OPUS_ARCHMASK 0

static OPUS_INLINE int opus_select_arch(void)
{
return 0;
}
int opus_select_arch(void);
#endif
#endif

0 comments on commit 3d8dc17

Please sign in to comment.