Re: [V2] Adding new CRC32C implementation for IBM S390X - Mailing list pgsql-hackers

From Eduard Stefes
Subject Re: [V2] Adding new CRC32C implementation for IBM S390X
Date
Msg-id cb872244efcf9a260ff67cd5ccfc2e23c132022d.camel@ibm.com
Whole thread Raw
In response to Re: [V2] Adding new CRC32C implementation for IBM S390X  (John Naylor <johncnaylorls@gmail.com>)
List pgsql-hackers
Hi,

here is V3 of the patch. Changes from V2:

- removed IBM copyright
- removed GETAUXVAL check in favor of the already provided check
- moved runtime selection code from pg_crc32c_s390x_choose.c to
pg_crc32c_s390x.c and removed _choose.c file
- removed the config time compiler check and let the buildsystem fall
back to sb8
- changed buffer limit back to 32 bytes before calling s390x specific
implementation 


-- 
Eduard Stefes <eduard.stefes@ibm.com>






Attachment

pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: A recent message added to pg_upgade
Next
From: "cca5507"
Date:
Subject: Re: Small optimization with expanding dynamic hash table