mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
vbs: the static array has C linkage
This commit is contained in:
parent
3527a9cb5c
commit
1d6462532a
@ -77,7 +77,13 @@ m128 pshufb(m128 a, m128 b) {
|
||||
return result;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern const char vbs_mask_data[];
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
static really_inline
|
||||
m128 variable_byte_shift_m128(m128 in, s32 amount) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user