You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1145,8 +1145,8 @@ Workload families in the bench tree:
1145
1145
1146
1146
## Supported targets
1147
1147
1148
-
-**Linux x86_64 + AVX2 (CI)**: Ubuntu 24.04 with GCC 14 and Clang 18, C++20. Every push on `main` runs the GTest suite, ASan + UBSan, TSan smoke, clang-tidy, and pre-commit hooks via `.github/workflows/ci.yml`. The latency contract is validated only on this configuration.
1149
-
-**Windows x86_64 (best-effort)**: MSVC 2022 with `/std:c++20`. Build and tests pass locally; no CI coverage. The Windows port maps each Linux primitive to its Win32 counterpart:
1148
+
-**Linux x86_64 + AVX2 (CI)**: Ubuntu 24.04 with GCC 14 and Clang 18, C++20. Every push on `main` runs the GTest suite, ASan + UBSan, TSan smoke, clang-tidy (diff-gated), and pre-commit hooks via `.github/workflows/ci.yml`. The latency contract is validated only on this configuration.
1149
+
-**Windows x86_64 (CI)**: Windows Server 2022 with MSVC 17 2022, `/std:c++20`. The `windows-msvc-2022` job builds the tree and runs the GTest suite. Latency numbers are not validated here; treat dispatch-floor measurements on Windows as indicative. The port maps each Linux primitive to its Win32 counterpart:
0 commit comments