FFTLIB User Guide
FFTLIB_UTIL_zeroBload.h File Reference

Go to the source code of this file.

Functions

static void FFTLIB_UTIL_zeroBload (int32_t numRows)
 load numRows of B into the Bload buffer More...
 
static void FFTLIB_UTIL_zeroBload_unroll32 (int32_t numRows)
 
template<int32_t UNROLL_TIMES>
static void FFTLIB_UTIL_zeroBload_unroll (int32_t numRows)
 

Function Documentation

◆ FFTLIB_UTIL_zeroBload()

static void FFTLIB_UTIL_zeroBload ( int32_t  numRows)
inlinestatic

load numRows of B into the Bload buffer

use streaming engine 1 to load numRows of B into the Bload buffer

Parameters
numRows
Returns
void

Definition at line 61 of file FFTLIB_UTIL_zeroBload.h.

◆ FFTLIB_UTIL_zeroBload_unroll32()

static void FFTLIB_UTIL_zeroBload_unroll32 ( int32_t  numRows)
inlinestatic

Definition at line 75 of file FFTLIB_UTIL_zeroBload.h.

◆ FFTLIB_UTIL_zeroBload_unroll()

template<int32_t UNROLL_TIMES>
static void FFTLIB_UTIL_zeroBload_unroll ( int32_t  numRows)
inlinestatic

Definition at line 91 of file FFTLIB_UTIL_zeroBload.h.