Searched defs:FeaturesStr (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_backend.cpp143 // floating point, add 'soft-float' feature to FeaturesStr below.
162 std::string FeaturesStr; local
172 FeaturesStr = Features.getString();
176 TargetInfo->createTargetMachine(Triple, mTargetOpts.CPU, FeaturesStr,

Completed in 48 milliseconds