MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / variantCompileOptions

Method variantCompileOptions

src/library/fft_binary_lookup.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void FFTBinaryLookup::variantCompileOptions(const std::string & opts)
235{
236 m_variants.push_back(Variant(STRING, (char*)opts.c_str(), opts.size()));
237}
238
239void FFTBinaryLookup::variantRaw(const void * data, size_t bytes)
240{

Callers

nothing calls this directly

Calls 2

VariantClass · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected