CARB_ASSUME#
Defined in carb/Defines.h
-
CARB_ASSUME(b)#
A macro used to help the compiler optimize the code better, by assuming that the condition
b
is true.Executing CARB_ASSUME(b) with
b == false
results in undefined behavior.
Defined in carb/Defines.h
A macro used to help the compiler optimize the code better, by assuming that the condition b
is true.
Executing CARB_ASSUME(b) with b == false
results in undefined behavior.