Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Functions | |
ne10_result_t | ne10_addc_float_neon (ne10_float32_t *dst, ne10_float32_t *src, const ne10_float32_t cst, ne10_uint32_t count) |
Specific implementation of ne10_addc_float using NEON intrinsics. More... | |
ne10_result_t | ne10_addc_vec2f_neon (ne10_vec2f_t *dst, ne10_vec2f_t *src, const ne10_vec2f_t *cst, ne10_uint32_t count) |
Specific implementation of ne10_addc_vec2f using NEON intrinsics. More... | |
ne10_result_t | ne10_addc_vec3f_neon (ne10_vec3f_t *dst, ne10_vec3f_t *src, const ne10_vec3f_t *cst, ne10_uint32_t count) |
Specific implementation of ne10_addc_vec3f using NEON intrinsics. More... | |
ne10_result_t | ne10_addc_vec4f_neon (ne10_vec4f_t *dst, ne10_vec4f_t *src, const ne10_vec4f_t *cst, ne10_uint32_t count) |
Specific implementation of ne10_addc_vec4f using NEON intrinsics. More... | |