[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:39:47 PST 2024
================
@@ -19,6 +19,8 @@
#else
#include <sys/auxv.h>
#endif
+#elif defined(__loongarch_lp64)
----------------
xry111 wrote:
The manual basically says "LA32 SHALL implement the instructions in table 2-1", but there is no clause saying "LA32 SHALL NOT implement other instructions".
https://github.com/llvm/llvm-project/pull/83113
More information about the llvm-commits
mailing list