[compiler-rt] [scudo] Add support for LoongArch hardware CRC32 checksumming (PR #83113)
WÁNG Xuěruì via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 01:35:40 PST 2024
================
@@ -19,6 +19,8 @@
#else
#include <sys/auxv.h>
#endif
+#elif defined(__loongarch_lp64)
----------------
xen0n wrote:
I was following the manual word-for-word. But I think your suggestion is reasonable and I'll change it later.
https://github.com/llvm/llvm-project/pull/83113
More information about the llvm-commits
mailing list