Skip to content

Commit 3d8dc17

Browse files
author
Dmitry Vedenko
committed
Fixes clang build with SSE4 disabled
1 parent a6e5811 commit 3d8dc17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

celt/cpu_support.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ int opus_select_arch(void);
6262
#else
6363
#define OPUS_ARCHMASK 0
6464

65-
static OPUS_INLINE int opus_select_arch(void)
66-
{
67-
return 0;
68-
}
65+
int opus_select_arch(void);
6966
#endif
7067
#endif

0 commit comments

Comments
 (0)