From e8e1c91b40c9c82a0fd8373746a7b8cfb130f467 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 28 Jan 2022 11:16:16 +0800 Subject: BSR A prototype of BSR is roughly finished. --- src/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index fae8517..d83e40c 100644 --- a/src/util.h +++ b/src/util.h @@ -28,7 +28,8 @@ typedef unsigned char BOOL; #define UC_ATTR __attribute__((__unused__, __const__)) #define UH_ATTR __attribute__((__unused__, __hot__)) #define UHP_ATTR __attribute__((__unused__, __hot__, __pure__)) - +#define UHC_ATTR __attribute__((__unused__, __hot__, __const__)) +#define HP_ATTR __attribute__((__hot__, __pure__)) /* For convenient declarations */ #define CC_MOD(X) const X const #define CCR_MOD(X) const X const restrict -- cgit v1.2.3-18-g5258