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

Function sep

src/library/fft_binary_lookup.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#include <string.h>
55
56static char * sep()
57{
58#ifdef _WIN32
59 return (char*)"\\";
60#else
61 return (char*)"/";
62#endif
63}
64
65static std::string cache_path;
66static bool cache_enabled(false);

Callers 2

clfftInitBinaryCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected