We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cde31c commit 684baa1Copy full SHA for 684baa1
simde/simde-detect-clang.h
@@ -78,7 +78,7 @@
78
# define SIMDE_DETECT_CLANG_VERSION 90000
79
# elif __has_warning("-Wextra-semi-stmt") || __has_builtin(__builtin_rotateleft32)
80
# define SIMDE_DETECT_CLANG_VERSION 80000
81
-// For reasons unknown, XCode 10.3 (Apple LLVM version 10.0.1) is apparently
+// For reasons unknown, Xcode 10.3 (Apple LLVM version 10.0.1) is apparently
82
// based on Clang 7, but does not support the warning we test.
83
// See https://en.wikipedia.org/wiki/Xcode#Toolchain_versions and
84
// https://trac.macports.org/wiki/XcodeVersionInfo.
0 commit comments