vppinfra: add COMPILE_TIME_CONST() macro
[vpp.git] / src / vppinfra / clib.h
index 05af8fe..4629a7d 100644 (file)
 /* Hints to compiler about hot/cold code. */
 #define PREDICT_FALSE(x) __builtin_expect((x),0)
 #define PREDICT_TRUE(x) __builtin_expect((x),1)
+#define COMPILE_TIME_CONST(x) __builtin_constant_p (x)
 
 /*
  * Compiler barrier