Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simde-detect-clang.h: add clang 17 detection (#1132)
Verified with godbolt: - when using clang 17, it's 170000: https://godbolt.org/z/MTzb8va48 https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html#attribute-changes-in-clang - when using clang 16, it's 160000: https://godbolt.org/z/8avxvq7rj https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html#attribute-changes-in-clang
- Loading branch information