⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ini_cache.h

📁 文件包为浮点快速傅立叶变换(32点)的汇编代码
💻 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 + -