Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: add a workaround for ARM64 Windows
MSVC 17.6p3 introduced new ARM64 intrinsics for atomic (load-acquire/store-release) operations. Since clang does not support this yet, force the fallback path to temporarily unblock the build while we implement support for the `__stlr[8|16|32|64]` intrinsics in clang. See: llvm/llvm-project#62103
- Loading branch information