We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ad67 commit c94712fCopy full SHA for c94712f
libc/include/llvm-libc-types/cpu_set_t.h
@@ -10,7 +10,7 @@
10
#define LLVM_LIBC_TYPES_CPU_SET_T_H
11
12
#define __CPU_SETSIZE 1024
13
-#define __NCPUBITS 8 * sizeof(unsigned long)
+#define __NCPUBITS (8 * sizeof(unsigned long))
14
15
typedef struct {
16
// If a processor with more than 1024 CPUs is to be supported in future,
0 commit comments