| 892 | } |
| 893 | |
| 894 | void AddFirstLastKernels(KernelInit init, |
| 895 | const std::vector<std::shared_ptr<DataType>>& types, |
| 896 | ScalarAggregateFunction* func) { |
| 897 | for (const auto& ty : types) { |
| 898 | AddFirstLastKernel(init, ty, func, SimdLevel::NONE); |
| 899 | } |
| 900 | } |
| 901 | |
| 902 | } // namespace |
| 903 |
no test coverage detected