Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Functions | |
ne10_result_t | ne10_addmat_2x2f_neon (ne10_mat2x2f_t *dst, ne10_mat2x2f_t *src1, ne10_mat2x2f_t *src2, ne10_uint32_t count) |
Specific implementation of ne10_addmat_2x2f using NEON intrinsics. More... | |
ne10_result_t | ne10_addmat_3x3f_neon (ne10_mat3x3f_t *dst, ne10_mat3x3f_t *src1, ne10_mat3x3f_t *src2, ne10_uint32_t count) |
Specific implementation of ne10_addmat_3x3f using NEON intrinsics. More... | |
ne10_result_t | ne10_addmat_4x4f_neon (ne10_mat4x4f_t *dst, ne10_mat4x4f_t *src1, ne10_mat4x4f_t *src2, ne10_uint32_t count) |
Specific implementation of ne10_addmat_4x4f using NEON intrinsics. More... | |