* The description of this implementation. * * const implementation *impl = simdutf::active_implementation; * cout << "simdutf is optimized for " << impl->name() << "(" << * impl->description() << ")" << endl; * * @return the name of the implementation, e.g. "haswell", "westmere", "arm64" */
| 11629 | * @return the name of the implementation, e.g. "haswell", "westmere", "arm64" |
| 11630 | */ |
| 11631 | virtual std::string description() const { return std::string(_description); } |
| 11632 | |
| 11633 | /** |
| 11634 | * The instruction sets this implementation is compiled against |
nothing calls this directly
no outgoing calls
no test coverage detected