mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
define debug vector print functions to NULL in non-debug mode
This commit is contained in:
parent
17ab42d891
commit
259c2572c1
@ -80,6 +80,11 @@ static inline void print_m128_2x64(char *label, m128 vector) {
|
|||||||
printf("%016lx ", data[i]);
|
printf("%016lx ", data[i]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define print_m128_16x8(label, vector) NULL
|
||||||
|
#define print_m128_8x16(label, vector) NULL
|
||||||
|
#define print_m128_4x32(label, vector) NULL
|
||||||
|
#define print_m128_2x64(label, vector) NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****
|
/****
|
||||||
|
Loading…
x
Reference in New Issue
Block a user