| 320 | } // namespace clMath |
| 321 | |
| 322 | TEST_P(SPR2, sspr2) |
| 323 | { |
| 324 | TestParams params; |
| 325 | |
| 326 | getParams(¶ms); |
| 327 | Spr2PerformanceTest<float>::runInstance(FN_SSPR2, ¶ms); |
| 328 | } |
| 329 | |
| 330 | TEST_P(SPR2, dspr2) |
| 331 | { |
nothing calls this directly
no outgoing calls
no test coverage detected