Reduce runtime of tacle countnegative/fft/recursion benchmarks

This commit is contained in:
2026-07-26 16:55:16 +02:00
parent a6e68ef800
commit 4e8bf01da9
3 changed files with 4 additions and 4 deletions
@@ -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 */