CMSIS-DSP  
CMSIS DSP Software Library
 
Loading...
Searching...
No Matches
common.hpp File Reference
#include <cstdint>
#include <iostream>
#include "arch.hpp"

Namespaces

namespace  arm_cmsis_dsp
 

Typedefs

typedef int32_t index_t
 index datatype. It must be a signed datatype
 
typedef int32_t vector_length_t
 Vector length datatype. Iy must be a signed datatype.
 

Functions

template<typename T >
void PrintType (void)
 Prints a textual representation of a type.
 

Variables

constexpr int DYNAMIC = -1
 Dynamic objects (dimensions only known at runtime)
 
constexpr int CONSTRAINED_DYNAMIC = -2
 Dynamic objects (dimensions only known at runtime) but with some constraints (like stride == nb_cols)