[compiler-rt] [scudo] Add support for LoongArch hardware CRC32 checksumming (PR #83113)
Xi Ruoyao via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 01:10:24 PST 2024
================
@@ -19,6 +19,8 @@
#else
#include <sys/auxv.h>
#endif
+#elif defined(__loongarch_lp64)
----------------
xry111 wrote:
Hmm, why not just __loongarch__? Even if some LA32 implementations do not support CRC32 we can detect it with HWCAP anyway.
https://github.com/llvm/llvm-project/pull/83113
More information about the llvm-commits
mailing list