For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.

Noah Misch <noah@leadboat.com>

Commit: f5c1167b173d6e7a5d4c938fe716f0d29ae7228d
Author: Noah Misch <noah@leadboat.com>
Date: 2020-10-12T04:31:37Z
Releases: 14.0
For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.

While xlc defines __64BIT__, gcc does not.  Due to this oversight in
commit 30ee5d17c20dbb282a9952b3048d6ad52d56c371, gcc builds continued
implementing 64-bit atomics by way of intrinsics.  Back-patch to v13,
where that commit first appeared.

Reviewed by Tom Lane.

Discussion: https://postgr.es/m/20201011051043.GA1724101@rfd.leadboat.com

Files

PathChange+/−
src/include/port/atomics/arch-ppc.h modified +2 −2

Discussion