OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_asimd
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c
964
int
has_asimd
= (hwcaps & HWCAP_ASIMD);
local
974
if(
has_asimd
== 0) {
980
if (
has_asimd
)
[
all
...]
/prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c
965
int
has_asimd
= (hwcaps & HWCAP_ASIMD);
local
975
if(
has_asimd
== 0) {
981
if (
has_asimd
)
[
all
...]
Completed in 45 milliseconds