Add LoongArch support
authorWang Jing <wangjing@loongson.cn>
Tue, 8 Jun 2021 11:44:49 +0000 (19:44 +0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 6 Sep 2023 13:20:24 +0000 (09:20 -0400)
commitdc46a9c324ae94d89da41ea9a3f97503115df88e
tree978e668c56bc1da3ca6406e2d51c9c0026ec8960
parentcac31bf03005c1265ed11df29cf713f626f39c66
Add LoongArch support

This commit completes LoongArch support.

LoongArch supports byte and short atomic operations,
and defines UATOMIC_HAS_ATOMIC_BYTE and UATOMIC_HAS_ATOMIC_SHORT.

Signed-off-by: Wang Jing <wangjing@loongson.cn>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I335e654939bfc90994275f2a4fad550c95f3eba4
README.md
include/Makefile.am
include/urcu/arch.h
include/urcu/arch/loongarch.h [new file with mode: 0644]
include/urcu/uatomic.h
include/urcu/uatomic/loongarch.h [new file with mode: 0644]
This page took 0.026469 seconds and 4 git commands to generate.