Home
last modified time | relevance | path

Searched refs:enableNEON (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
DTargetCompilerConfigs.cpp105 bool ARMBaseCompilerConfig::enableNEON(bool pEnable) { in enableNEON() function in ARMBaseCompilerConfig
/frameworks/compile/libbcc/include/bcc/Support/
DTargetCompilerConfigs.h44 bool enableNEON(bool pEnable = true);
/frameworks/compile/libbcc/lib/Renderscript/
DRSCompilerDriver.cpp190 changed |= arm_config->enableNEON(/* pEnable */false); in setupConfig()