Skip to content

Commit 69c1d35

Browse files
committed
Fix typo
1 parent 344a254 commit 69c1d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/config/xsimd_cpu_features_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ namespace xsimd
615615
// Limit where we need to check leaf0 or leaf 80000000.
616616
constexpr auto extended_threshold = x86_cpuid_leaf80000000::leaf;
617617

618-
// Check if safe to call CPUID with this value.
618+
// Check if it is safe to call CPUID with this value.
619619
// First we identify if the leaf is in the regular or extended range.
620620
// TODO(C++17): if constexpr
621621
if (L::leaf < extended_threshold)

0 commit comments

Comments
 (0)