5 #ifndef XS3_VPU_SCALAR_OPS_H_
6 #define XS3_VPU_SCALAR_OPS_H_
10 #include "xs3_math_types.h"
11 #include "xs3_vpu_info.h"
87 const int8_t x[VPU_INT8_EPV],
88 const int8_t y[VPU_INT8_EPV]);
167 const int16_t x[VPU_INT16_EPV],
168 const int16_t y[VPU_INT16_EPV]);
259 const int32_t x[VPU_INT32_EPV],
260 const int32_t y[VPU_INT32_EPV]);
int right_shift_t
A rightwards arithmetic bit-shift.
Definition: xs3_math_types.h:98
int32_t vpu_int8_acc_t
Definition: xs3_vpu_info.h:143
int32_t vpu_int16_acc_t
Definition: xs3_vpu_info.h:150
int64_t vpu_int32_acc_t
Definition: xs3_vpu_info.h:157
A complex number with a 32-bit real part and 32-bit imaginary part.
Definition: xs3_math_types.h:49