google / highway

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

Made UB fixes in targets_test if HWY_SCALAR is enabled #2176

Closed johnplatts closed 1 month ago

johnplatts commented 1 month ago

Fixes for undefined behavior that can occur in FakeFunctionDispatcher and CallFunctionForTarget in hwy/targets_test.cc if the HWY_SCALAR target is enabled.