rot performance test
| 329 | |
| 330 | // rot performance test |
| 331 | TEST_P(ROT, srot) |
| 332 | { |
| 333 | TestParams params; |
| 334 | |
| 335 | getParams(¶ms); |
| 336 | RotPerformanceTest<float>::runInstance(FN_SROT, ¶ms); |
| 337 | } |
| 338 | |
| 339 | |
| 340 | TEST_P(ROT, drot) |
nothing calls this directly
no outgoing calls
no test coverage detected