vbs: the static array has C linkage

This commit is contained in:
Matthew Barr 2016-05-12 08:39:12 +10:00
parent 3527a9cb5c
commit 1d6462532a

View File

@ -77,7 +77,13 @@ m128 pshufb(m128 a, m128 b) {
return result; return result;
} }
#ifdef __cplusplus
extern "C" {
#endif
extern const char vbs_mask_data[]; extern const char vbs_mask_data[];
#ifdef __cplusplus
}
#endif
static really_inline static really_inline
m128 variable_byte_shift_m128(m128 in, s32 amount) { m128 variable_byte_shift_m128(m128 in, s32 amount) {