From 2ddc171b47690a42d6477cfc469f4fa62f885517 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Wed, 24 Aug 2016 20:58:36 -0400 Subject: WT-2695 Integrate s390x accelerated crc32c support (#2967) * Add X86_HOST and ZSERIES_HOST to the Windows SConstruct file. * Add smoke-test for CRC functions. * Library for accelerated CRC-32 checksums on the IBM z13 processor Pulled from https://github.com/linux-on-ibm-z/crc32-s390x. --- src/docs/license.dox | 15 +++++++++++++-- src/docs/spell.ok | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'src/docs') diff --git a/src/docs/license.dox b/src/docs/license.dox index d7814d04fd6..b70823202ad 100644 --- a/src/docs/license.dox +++ b/src/docs/license.dox @@ -46,7 +46,7 @@ of the WiredTiger library should comply with these copyrights. @row{\c src/support/hash_fnv.c, Authors, Public Domain} -@section license_crc32-vpmsum 3rd party software optionally included in the WiredTiger library: PPC64 +@section license_crc32-power8 3rd party software optionally included in the WiredTiger library: PPC64 PPC64 and PPC64LE builds of the WiredTiger library binary include additional 3rd party software, distributed under separate license terms. Redistribution @@ -55,7 +55,18 @@ copyrights. @hrow{Distribution Files, Copyright Holder, License} -@row{\c src/support/power8/*, Anton Blanchard, Apache License\, Version 2.0 or the GNU General Public License\, version 2 or later} +@row{\c src/support/power8/*, Anton Blanchard\, IBM Corp., Apache License\, Version 2.0 or the GNU General Public License\, version 2 or later} +
+ +@section license_crc32-zseries 3rd party software optionally included in the WiredTiger library: s390x + +IBM z13 processor builds of the WiredTiger library binary include additional +3rd party software, distributed under separate license terms. Redistribution +of the WiredTiger library z13 builds should comply with these copyrights. + + +@hrow{Distribution Files, Copyright Holder, License} +@row{\c src/support/zseries/*, IBM Corp., Apache License\, Version 2.0 or the GNU General Public License\, version 2 or later}
@section license_leveldb 3rd party software optionally included in the WiredTiger library: LevelDB diff --git a/src/docs/spell.ok b/src/docs/spell.ok index 539705961a4..a2ef7658ec6 100644 --- a/src/docs/spell.ok +++ b/src/docs/spell.ok @@ -506,3 +506,4 @@ wtstats xa yieldcpu zlib +zseries -- cgit v1.2.1