We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aea41d commit 35677d2Copy full SHA for 35677d2
include/dpusm/common.h
@@ -24,7 +24,7 @@ typedef enum {
24
DPUSM_OPTIONAL_ZERO_FILL = 1 << 5,
25
DPUSM_OPTIONAL_ALL_ZEROS = 1 << 6,
26
27
- DPUSM_OPTIONAL_MAX = 1 << 5,
+ DPUSM_OPTIONAL_MAX = 1 << 7,
28
} dpusm_optional_t;
29
30
extern const char *DPUSM_OPTIONAL_STR[];
0 commit comments