![]() |
Project Ne10
An Open Optimized Software Library Project for the ARM Architecture
|
This set of functions provide some sample functions. More...
Functions | |
void | test_add1 (void) |
This test code shows you how to call Ne10 functions with auto detecting NEON hardware. | |
void | test_add2 (void) |
This test code shows you how to call Ne10 functions directly. | |
int | main () |
main function | |
This set of functions provide some sample functions.
int main | ( | ) |
void test_add1 | ( | void | ) |
This test code shows you how to call Ne10 functions with auto detecting NEON hardware.
[in] | none | |
[in] | none |
Definition at line 46 of file NE10_test.c.
void test_add2 | ( | void | ) |
This test code shows you how to call Ne10 functions directly.
[in] | none | |
[in] | none |
Definition at line 68 of file NE10_test.c.