We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a799e34 commit a1e4497Copy full SHA for a1e4497
c/common/platform.h
@@ -71,7 +71,7 @@ To apply compiler hint, enclose the branching condition into macros, like this:
71
*/
72
#if BROTLI_GNUC_HAS_BUILTIN(__builtin_expect, 3, 0, 0) || \
73
BROTLI_INTEL_VERSION_CHECK(16, 0, 0) || \
74
- BROTLI_SUNPRO_VERSION_CHECK(5, 12, 0) || \
+ BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \
75
BROTLI_ARM_VERSION_CHECK(4, 1, 0) || \
76
BROTLI_IBM_VERSION_CHECK(10, 1, 0) || \
77
BROTLI_TI_VERSION_CHECK(7, 3, 0) || \
0 commit comments