[PATCH] Add qatomic support for AArch64 (aka arm64).
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Sat, 15 Mar 2014 18:40:49 +0000 (15:40 -0300)
committerAdrian Bunk <bunk@debian.org>
Sun, 20 Sep 2020 19:01:50 +0000 (20:01 +0100)
commita77a0e8bafe39ece87d486de8436090f4e455392
treee47f6a9d2f271e9162a0312ee4f991237134531e
parent31776978588a47d6f6de54d16077491319f9cba7
[PATCH] Add qatomic support for AArch64 (aka arm64).

Patch by Mark Salter <msalter@redhat.com>
licensed under BSD:

<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735488#195>

This patch is known to not be the most correct way
to implement them, as it seems to be possible to do it in a faster way,
but should work non the less until we can provide something better.

Change-Id: Ib392b27dc54691fd4c2ea9896240ad71fb8128cc

Gbp-Pq: Name aarch64_arm64_qatomic_support.patch
src/corelib/arch/aarch64/arch.pri [new file with mode: 0644]
src/corelib/arch/aarch64/qatomic_aarch64.cpp [new file with mode: 0644]
src/corelib/arch/arch.pri
src/corelib/arch/qatomic_aarch64.h [new file with mode: 0644]
src/corelib/arch/qatomic_arch.h