google / highway

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

Added Clang 16/17/18 and GCC 13 to GitHub workflow #2244

Closed johnplatts closed 2 weeks ago

johnplatts commented 3 weeks ago

Added Clang 16/17/18 and GCC 13 to GitHub workflow

Disabled AVX3_SPR and AVX3_ZEN4 targets with Clang 16/17/18 in GitHub workflow builds due to crashes that occur when several of the Google Highway tests are compiled on x86_64 with Clang 16 or later with all x86 Highway targets enabled. Need to break up the Google Highway tests that crash when compiled with Clang 16 or later with all x86 Highway targets enabled.