Skip to content

Commit a1e4497

Browse files
authored
Fix #698
1 parent a799e34 commit a1e4497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/common/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To apply compiler hint, enclose the branching condition into macros, like this:
7171
*/
7272
#if BROTLI_GNUC_HAS_BUILTIN(__builtin_expect, 3, 0, 0) || \
7373
BROTLI_INTEL_VERSION_CHECK(16, 0, 0) || \
74-
BROTLI_SUNPRO_VERSION_CHECK(5, 12, 0) || \
74+
BROTLI_SUNPRO_VERSION_CHECK(5, 15, 0) || \
7575
BROTLI_ARM_VERSION_CHECK(4, 1, 0) || \
7676
BROTLI_IBM_VERSION_CHECK(10, 1, 0) || \
7777
BROTLI_TI_VERSION_CHECK(7, 3, 0) || \

0 commit comments

Comments
 (0)