summaryrefslogtreecommitdiffstats
path: root/clib/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'clib/builtin.h')
-rw-r--r--clib/builtin.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/clib/builtin.h b/clib/builtin.h
index 5a7ac08..a6dc820 100644
--- a/clib/builtin.h
+++ b/clib/builtin.h
@@ -33,22 +33,6 @@
#define __BUILTIN_H__
/*!
- * @def likely(x)
- * @hideinitializer
- * @brief Indicate an expression is likely to occur
- * @param x [in] Expression
- */
-#define likely(x) __builtin_expect(!!(x), 1)
-
-/*!
- * @def unlikely(x)
- * @hideinitializer
- * @brief Indicate an expression is unlikely to occur
- * @param x [in] Expression
- */
-#define unlikely(x) __builtin_expect(!!(x), 0)
-
-/*!
* @def parity(x)
* @hideinitializer
* @brief Return parity of the input
OpenPOWER on IntegriCloud