Project Ne10
An open, optimized software library for the ARM architecture.
Functions
NE10_submat.neon.c File Reference
#include "NE10_types.h"
#include "NE10_math.h"

Go to the source code of this file.

Functions

ne10_result_t ne10_submat_2x2f_neon (ne10_mat2x2f_t *dst, ne10_mat2x2f_t *src1, ne10_mat2x2f_t *src2, ne10_uint32_t count)
 Specific implementation of ne10_submat_2x2f using NEON intrinsics. More...
 
ne10_result_t ne10_submat_3x3f_neon (ne10_mat3x3f_t *dst, ne10_mat3x3f_t *src1, ne10_mat3x3f_t *src2, ne10_uint32_t count)
 Specific implementation of ne10_submat_3x3f using NEON intrinsics. More...
 
ne10_result_t ne10_submat_4x4f_neon (ne10_mat4x4f_t *dst, ne10_mat4x4f_t *src1, ne10_mat4x4f_t *src2, ne10_uint32_t count)
 Specific implementation of ne10_submat_4x4f using NEON intrinsics. More...