An error occurred while fetching the assigned milestone of the selected merge_request.
abi.h: Add LoongArch64 support
Compare changes
+ 4
− 0
@@ -409,6 +409,10 @@ suppression macro KWIML_ABI_NO_VERIFY was defined.
LoongArch is a new instruction set of Loongson 3A5000 CPU, currently in the development of the system, has completed the Loongarch 64bit version based on Debian 10.
We have started to submit patches to the community, such as binutils, autotools, meson, etc., and hope that kwiml can merge this patch as soon as possible, thank you.
More info about this patch:
$ uname -m
loongarch64
$ gcc -E -dM - < /dev/null|grep __loongarch64
#define __loongarch64 1
$ gcc -E -dM - < /dev/null|grep BYTE_ORDER
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
Topic-rename: abi-la64