Project Ne10
An open, optimized software library for the ARM architecture.
|
Go to the source code of this file.
Macros | |
#define | CPUINFO_BUFFER_SIZE (1024*4) |
Functions | |
ne10_result_t | ne10_HasNEON () |
ne10_result_t | ne10_init () |
Variables | |
ne10_result_t | is_NEON_available = NE10_ERR |
#define CPUINFO_BUFFER_SIZE (1024*4) |
Definition at line 34 of file NE10_init.c.
ne10_result_t ne10_HasNEON | ( | void | ) |
This routine returns NE10_OK if the running platform supports NEON, otherwise it returns NE10_ERR
Definition at line 39 of file NE10_init.c.
ne10_result_t ne10_init | ( | void | ) |
This routine initializes all the function pointers.
Definition at line 44 of file NE10_init.c.
ne10_result_t is_NEON_available = NE10_ERR |
Definition at line 37 of file NE10_init.c.