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 6294d91 commit 62ee732Copy full SHA for 62ee732
libc/src/__support/macros/config.h
@@ -43,7 +43,7 @@
43
#define __builtin_trap() __break(1)
44
#endif
45
46
-#define __builtin_expect(value, expectation) (false)
+#define __builtin_expect(value, expectation) (value)
47
48
#endif // LIBC_COMPILER_IS_MSVC
49
0 commit comments