Enable 64 bit atomics on ARM64. Previously they were disabled due to performance concerns on 32bit arm, where 64bit atomics are often implemented via kernel traps.
Author: Roman Shaposhnik Discussion: http://postgr.es/m/ca+ulb+uerkfuxuccxwhyvnv5knayjguzzrcpa-m0cgo+hm4...@mail.gmail.com Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/f8f1430ae709c0018a217c77893754f38b3c5b93 Modified Files -------------- src/include/port/atomics/arch-arm.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
