We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a254 commit 69c1d35Copy full SHA for 69c1d35
include/xsimd/config/xsimd_cpu_features_x86.hpp
@@ -615,7 +615,7 @@ namespace xsimd
615
// Limit where we need to check leaf0 or leaf 80000000.
616
constexpr auto extended_threshold = x86_cpuid_leaf80000000::leaf;
617
618
- // Check if safe to call CPUID with this value.
+ // Check if it is safe to call CPUID with this value.
619
// First we identify if the leaf is in the regular or extended range.
620
// TODO(C++17): if constexpr
621
if (L::leaf < extended_threshold)
0 commit comments