Project Ne10
An open, optimized software library for the ARM architecture.
Macros | Functions | Variables
NE10_init.c File Reference
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "NE10.h"

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
 

Macro Definition Documentation

#define CPUINFO_BUFFER_SIZE   (1024*4)

Definition at line 34 of file NE10_init.c.

Function Documentation

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.

Variable Documentation

ne10_result_t is_NEON_available = NE10_ERR

Definition at line 37 of file NE10_init.c.