| 319 | |
| 320 | |
| 321 | TEST_P(TRSV, strsv) |
| 322 | { |
| 323 | TestParams params; |
| 324 | |
| 325 | getParams(¶ms); |
| 326 | TrsvPerformanceTest<float>::runInstance(FN_STRSV, ¶ms); |
| 327 | } |
| 328 | |
| 329 | |
| 330 | TEST_P(TRSV, dtrsv) |
nothing calls this directly
no outgoing calls
no test coverage detected