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