2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Added GitHub Actions jobs for AVX2-enabled target.

This commit is contained in:
Andrey Semashev
2025-12-16 04:07:18 +03:00
parent 2508c5434e
commit e6fe1c45d9

View File

@@ -100,6 +100,14 @@ jobs:
container: ubuntu:24.04
install: g++-13-multilib
address-model: 32,64
- toolset: gcc-13
cxxstd: "11,14,17,20,2b"
instruction-set: haswell
cpu-requirements: [ avx2, bmi1, bmi2 ]
os: ubuntu-latest
container: ubuntu:24.04
install: g++-13-multilib
address-model: 32,64
- toolset: gcc-13
cxxstd: "11,14,17,20,2b"
instruction-set: skylake-avx512
@@ -230,6 +238,14 @@ jobs:
container: ubuntu:24.04
os: ubuntu-latest
install: clang-17
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"
instruction-set: haswell
cpu-requirements: [ avx2, bmi1, bmi2 ]
container: ubuntu:24.04
os: ubuntu-latest
install: clang-17
- toolset: clang
compiler: clang++-17
cxxstd: "11,14,17,20,2b"