swap performance test
| 318 | |
| 319 | // swap performance test |
| 320 | TEST_P(SWAPXY, sswap) |
| 321 | { |
| 322 | TestParams params; |
| 323 | |
| 324 | getParams(¶ms); |
| 325 | SwapPerformanceTest<float>::runInstance(FN_SSWAP, ¶ms); |
| 326 | } |
| 327 | |
| 328 | |
| 329 | TEST_P(SWAPXY, dswap) |
nothing calls this directly
no outgoing calls
no test coverage detected