mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 15:52:27 +03:00
fix compilation on C++
This commit is contained in:
committed by
Konstantinos Margaritis
parent
492874db43
commit
74e460d89b
@@ -81,10 +81,10 @@ static inline void print_m128_2x64(const char *label, m128 vector) {
|
|||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#define print_m128_16x8(label, vector) NULL
|
#define print_m128_16x8(label, vector) ;
|
||||||
#define print_m128_8x16(label, vector) NULL
|
#define print_m128_8x16(label, vector) ;
|
||||||
#define print_m128_4x32(label, vector) NULL
|
#define print_m128_4x32(label, vector) ;
|
||||||
#define print_m128_2x64(label, vector) NULL
|
#define print_m128_2x64(label, vector) ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****
|
/****
|
||||||
|
Reference in New Issue
Block a user