MCPcopy Create free account
hub / github.com/CRVI/OpenCLIPP / Check

Function Check

Bench/src/main.cpp:77–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 runbench(name, instance); \
76}
77void Check(bool Result, const char * Lib, std::string& String)
78{
79 if (!IPP_AVAILABLE)
80 {
81 String = "No IPP - can't compare";
82 return;
83 }
84
85 if (Result)
86 return;
87
88 if (String == "Success")
89 String = "Fail ";
90 else
91 String += "&";
92
93 String += Lib;
94}
95
96struct Libraries
97{

Callers 1

runbenchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected