Home
last modified time | relevance | path

Searched refs:CPUINFO_ARCH_WASMSIMD (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cpuinfo/include/
H A Dcpuinfo.h43 #define CPUINFO_ARCH_WASMSIMD 1 macro
79 #ifndef CPUINFO_ARCH_WASMSIMD
80 #define CPUINFO_ARCH_WASMSIMD 0 macro
/aosp_15_r20/external/cpuinfo/src/
H A Dinit.c45 #elif CPUINFO_ARCH_ASMJS || CPUINFO_ARCH_WASM || CPUINFO_ARCH_WASMSIMD in cpuinfo_initialize()