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

Go to the source code of this file.

Functions

void ne10_physics_compute_aabb_vertex4_vec2f_neon (ne10_mat2x2f_t *aabb, ne10_vec2f_t *vertices, ne10_mat2x2f_t *xf, ne10_vec2f_t *radius, ne10_uint32_t vertex_count) asm("ne10_physics_compute_aabb_vertex4_vec2f_neon")
 
void ne10_physics_compute_aabb_vec2f_neon (ne10_mat2x2f_t *aabb, ne10_vec2f_t *vertices, ne10_mat2x2f_t *xf, ne10_vec2f_t *radius, ne10_uint32_t vertex_count)
 Specific implementation of ne10_physics_compute_aabb_vec2f using NEON SIMD capabilities. More...
 

Function Documentation

void ne10_physics_compute_aabb_vertex4_vec2f_neon ( ne10_mat2x2f_t aabb,
ne10_vec2f_t vertices,
ne10_mat2x2f_t xf,
ne10_vec2f_t radius,
ne10_uint32_t  vertex_count 
)