summaryrefslogtreecommitdiffstats
path: root/clib/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'clib/builtin.h')
-rw-r--r--clib/builtin.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/clib/builtin.h b/clib/builtin.h
index a6dc820..f0089b0 100644
--- a/clib/builtin.h
+++ b/clib/builtin.h
@@ -33,15 +33,6 @@
#define __BUILTIN_H__
/*!
- * @def parity(x)
- * @hideinitializer
- * @brief Return parity of the input
- * @param x [in] Object
- */
-#define parity(x) __builtin_parity((x))
-#define ffs(x) __builtin_ffs((x))
-
-/*!
* @def popcount(x)
* @hideinitializer
* @brief Return number of 0b'1' bits of an int
OpenPOWER on IntegriCloud