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

Function PrecisionWidth

src/library/plan.cpp:442–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440
441
442inline size_t PrecisionWidth(clfftPrecision pr)
443{
444 switch(pr)
445 {
446 case CLFFT_SINGLE: return 1;
447 case CLFFT_DOUBLE: return 2;
448 default: assert(false); return 1;
449 }
450}
451
452
453

Callers 1

clfftBakePlanFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected