OpenGrok
Cross Reference: cpu-features.c
xref
: /
ndk
/
sources
/
android
/
cpufeatures
/
cpu-features.c
Home
|
History
|
Annotate
|
Download
|
only in
cpufeatures
Lines Matching
refs:HWCAP_FP
436
#define
HWCAP_FP
(1 << 0)
947
int has_fp = (hwcaps &
HWCAP_FP
);