Skip to content

Commit eac5018

Browse files
committed
Fix leaf type
1 parent 81a8da8 commit eac5018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xsimd/config/xsimd_cpu_features_x86.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespace xsimd
114114
using manufacturer_str = std::array<char, 3 * sizeof(x86_reg32_t)>;
115115

116116
public:
117-
static constexpr int leaf = extended ? 0x80000000 : 0x0;
117+
static constexpr x86_reg32_t leaf = extended ? 0x80000000 : 0x0;
118118

119119
inline static x86_cpuid_highest_func read()
120120
{

0 commit comments

Comments
 (0)