MCPcopy Create free account
hub / github.com/craftzdog/react-native-quick-base64 / description

Method description

cpp/simdutf.h:11631–11631  ·  view source on GitHub ↗

* 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" */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected