| 908 | } |
| 909 | |
| 910 | void AddMinMaxKernels(KernelInit init, |
| 911 | const std::vector<std::shared_ptr<DataType>>& types, |
| 912 | ScalarAggregateFunction* func, SimdLevel::type simd_level) { |
| 913 | for (const auto& ty : types) { |
| 914 | AddMinMaxKernel(init, ty, func, simd_level); |
| 915 | } |
| 916 | } |
| 917 | |
| 918 | namespace { |
| 919 |
no test coverage detected