Searched defs:pAttributes (Results 1 - 1 of 1) sorted by path

/frameworks/compile/libbcc/lib/Support/
H A DTargetCompilerConfigs.cpp26 void ARMCompilerConfig::GetFeatureVector(std::vector<std::string> &pAttributes, argument
29 pAttributes.push_back("+vfp3");
31 pAttributes.push_back("+d16");
37 pAttributes.push_back("+neon");
38 pAttributes.push_back("+neonfp");
40 pAttributes.push_back("-neon");
41 pAttributes.push_back("-neonfp");
44 pAttributes.push_back("-neon");
45 pAttributes.push_back("-neonfp");

Completed in 50 milliseconds