📄 ini_cache.h
字号:
//this file contains a macro that preloads the cache for the floating point fft benchmark
#define preload_cache \
.extern _twiddles; \
j0 = j31 + _input;; \
LC0 = outbuff_size/4;; \
ini_cache: \
xr3:0 = q[j0+=0];; \
if NLC0E, jump ini_cache; q[j0+=4] = xr3:0;;\
j0 = j31 + _twiddles;; \
LC0 = MAX_FFT_SIZE/4;; \
ini_cache2: \
xr3:0 = q[j0+=0];; \
if NLC0E, jump ini_cache2; q[j0+=4] = xr3:0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -