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

📄 ini_cache.h

📁 TigerSharc TS201 32-bit floating point FFT routine
💻 H
字号:
//this file contains a macro that preloads the cache for the floating point fft benchmark

#define preload_cache     \
.extern _twiddles;         \
  LC0 = N/4;;             \
  nop;;/*anomaly*/          \
  j0 = j31 + _input;;      \
ini_cache:                \
  xr3:0 = q[j0+=0];;     \
  if NLC0E, jump ini_cache; q[j0+=4] = xr3:0;;\
  LC0 = MAX_FFT_SIZE/4;;  \
  nop;;/*anomaly*/          \
  j0 = j31 + _twiddles;;   \
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 + -