Re: Optimize Arm64 crc32c implementation in Postgresql - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: Optimize Arm64 crc32c implementation in Postgresql
Date
Msg-id 87r2mt8m1r.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Optimize Arm64 crc32c implementation in Postgresql  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: Optimize Arm64 crc32c implementation in Postgresql
List pgsql-hackers
>>>>> "Thomas" == Thomas Munro <thomas.munro@enterprisedb.com> writes:

+       uint64          data = 42;

Isn't there a hidden assumption about endianness there?

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Should we add GUCs to allow partition pruning to be disabled?
Next
From: Tom Lane
Date:
Subject: Re: Optimize Arm64 crc32c implementation in Postgresql