strmv performance test
| 346 | |
| 347 | // strmv performance test |
| 348 | TEST_P(TPMV, stpmv) |
| 349 | { |
| 350 | TestParams params; |
| 351 | |
| 352 | getParams(¶ms); |
| 353 | TpmvPerformanceTest<float>::runInstance(FN_STPMV, ¶ms); |
| 354 | } |
| 355 | |
| 356 | // dtrmv performance test case |
| 357 | TEST_P(TPMV, dtpmv) |
nothing calls this directly
no outgoing calls
no test coverage detected