NMSIS-NN  Version 1.3.1
NMSIS NN Software Library
riscv_nnword Union Reference

Union for SIMD access of q31/s16/s8 types. More...

Data Fields

int32_t word
 
int16_t half_words [2]
 
int8_t bytes [4]
 

Detailed Description

Union for SIMD access of q31/s16/s8 types.

Field Documentation

◆ bytes

int8_t riscv_nnword::bytes[4]

s8 type

◆ half_words

int16_t riscv_nnword::half_words[2]

s16 type

◆ word

int32_t riscv_nnword::word

q31 type