You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
This summary and the license information provided below is for reference purposes and is not intended to be a comprehensive list of all copyright notices or license terms and conditions applicable to Compression Library. Please refer to the source code files in Compression Library for all copyrights and licenses.
2
2
3
+
3
4
AMD copyrighted code (BSD-3-clause)
4
5
Copyright Statements
5
6
Copyright (C) 2008-2022,Advanced Micro Devices, Inc. All rights reserved.
AOCL_LZ4_OPT_PREFETCH_BACKWARDS | Enable LZ4 optimizations related to backward prefetching of data (Disabled by default)
110
110
SNAPPY_MATCH_SKIP_OPT | Enable Snappy match skipping optimization (Enabled by default)
111
+
SNAPPY_HIGH_COMPRESSION | Enable Snappy high compression to get better ratio by compromising on speed (Disabled by default)
112
+
SNAPPY_ENABLE_DECOMPRESS_BRANCHLESS | Enable Snappy branchless decompression optimization (Disabled by default for GCC and enabled for all other compilers)
111
113
LZ4_FRAME_FORMAT_SUPPORT | Enable building LZ4 with Frame format and API support (Enabled by default)
112
114
AOCL_LZ4HC_DISABLE_PATTERN_ANALYSIS | Disable Pattern Analysis in LZ4HC for level 9 (Enabled by default)
113
-
AOCL_ZSTD_SEARCH_SKIP_OPT_DFAST_FAST| Enable ZSTD match skipping optimization, and reduce search strength/tolerance for levels 1-4 (Enabled by default)
114
-
AOCL_DECOMPRESS_FAST | Enable fast decompression modes that might compromise on compression speed / ratio to produce streams that decompress faster. Supported values 1, 2 for ZSTD. (Disabled by default)
115
+
AOCL_ZSTD_SEARCH_SKIP_OPT | Enable ZSTD match skipping optimization that steps more aggresively when matches are not found (Enabled by default)
116
+
AOCL_DECOMPRESS_FAST | Enable fast decompression modes that might compromise on compression speed / ratio to produce streams that decompress faster. Supported values: {1,2,3} ZSTD, {1,2} Snappy, {1} LZ4. (Disabled by default)
115
117
AOCL_TEST_COVERAGE | Enable GTest, AOCL test bench and third party test bench based CTest suite (Disabled by default)
116
118
AOCL_ENABLE_LOG_FEATURE | Enables logging through environment variable `AOCL_ENABLE_LOG` (Disabled by default)
117
119
CODE_COVERAGE | Enable source code coverage. Only supported on Linux with the GCC compiler (Disabled by default)
0 commit comments