Reduce runtime of tacle countnegative/fft/recursion benchmarks
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
__attribute__((import_module("__pragma"), import_name("loopbound"))) extern void
|
||||
__pragma_loopbound(unsigned int min_bound, unsigned int max_bound);
|
||||
|
||||
#define N_FFT 1024
|
||||
#define N_FFT 16
|
||||
#define NUMBER_OF_BITS 13 /* fract format 1.NUMBER_OF_BITS = 1.13 */
|
||||
|
||||
#define BITS_PER_TWID 13 /* bits per twiddle coefficient */
|
||||
|
||||
Reference in New Issue
Block a user