Reduce bsort and matrix1 data size
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
__attribute__((import_module("__pragma"), import_name("loopbound"))) extern void
|
||||
__pragma_loopbound(unsigned int min_bound, unsigned int max_bound);
|
||||
|
||||
#define X 10 /* first dimension of array A */
|
||||
#define Y 10 /* second dimension of array A, first dimension of array B */
|
||||
#define Z 10 /* second dimension of array B */
|
||||
#define X 5 /* first dimension of array A */
|
||||
#define Y 5 /* second dimension of array A, first dimension of array B */
|
||||
#define Z 5 /* second dimension of array B */
|
||||
|
||||
/*
|
||||
Forward declaration of functions
|
||||
|
||||
Reference in New Issue
Block a user