Doxygen Book
hw_accel.c File Reference

Common hardware acceleration availability checks. More...

#include <hw_accel.h>
#include <errno.h>
#include <sys/auxv.h>
Include dependency graph for hw_accel.c:

Go to the source code of this file.

Functions

gint cpu_neon_accel_available (void)
 Check if neon is supported. More...
 

Detailed Description

Common hardware acceleration availability checks.

NNStreamer hardware accelerator availability checking Copyright (C) 2020 Parichay Kapoor pk.ka.nosp@m.poor.nosp@m.@sams.nosp@m.ung..nosp@m.com

Date
8 September 2020
See also
https://github.com/nnstreamer/nnstreamer
Author
Parichay Kapoor pk.ka.nosp@m.poor.nosp@m.@sams.nosp@m.ung..nosp@m.com
Bug:
No known bugs except for NYI items

Definition in file hw_accel.c.

Function Documentation

◆ cpu_neon_accel_available()

gint cpu_neon_accel_available ( void  )

Check if neon is supported.

Return values
0if supported, else -errno

Definition at line 41 of file hw_accel.c.

Here is the caller graph for this function: