google / highway

Performance-portable, length-agnostic SIMD with runtime dispatch
Apache License 2.0
4.13k stars 315 forks source link

Fixed warning in TestForeach in transform_test.cc #2239

Closed johnplatts closed 3 months ago

johnplatts commented 3 months ago

Changed pa[i] = 2 * count to pa[i] = ConvertScalarTo<T>(2 * count) to fix compiler warning in TestForeach in hwy/contrib/algo/transform_test.cc.