We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a8da8 commit eac5018Copy full SHA for eac5018
1 file changed
include/xsimd/config/xsimd_cpu_features_x86.hpp
@@ -114,7 +114,7 @@ namespace xsimd
114
using manufacturer_str = std::array<char, 3 * sizeof(x86_reg32_t)>;
115
116
public:
117
- static constexpr int leaf = extended ? 0x80000000 : 0x0;
+ static constexpr x86_reg32_t leaf = extended ? 0x80000000 : 0x0;
118
119
inline static x86_cpuid_highest_func read()
120
{
0 commit comments