| 78 | } |
| 79 | |
| 80 | FFTStockhamAction::FFTStockhamAction(clfftPlanHandle plHandle, FFTPlan * plan, cl_command_queue queue, clfftStatus & err) |
| 81 | : FFTAction(plan, err) |
| 82 | { |
| 83 | if (err != CLFFT_SUCCESS) |
| 84 | { |
| 85 | // FFTAction() failed, exit constructor |
| 86 | return; |
| 87 | } |
| 88 | |
| 89 | err = CLFFT_SUCCESS; |
| 90 | } |
| 91 | |
| 92 | |
| 93 |
nothing calls this directly
no outgoing calls
no test coverage detected