These intrinsics are required by Linux [1].
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
You'll also need the IOCSR intrinsics too for building Linux. Since they're very similar to some of the CSR intrinsics you added here, do you plan to add support for them later here or in a separate follow-up change?
clang/lib/Headers/larchintrin.h | ||
---|---|---|
84 | Did you actually test this? ;-) |
Comment Actions
Thanks for your reminding. The IOCSR intrinsics has been implemented and I will submit it later.
clang/lib/Headers/larchintrin.h | ||
---|---|---|
84 | Thank you for checking, I will modify it. |
clang/lib/Headers/larchintrin.h | ||
---|---|---|
67–98 | It's better to add testcases for all these macros. |
clang/lib/Headers/larchintrin.h | ||
---|---|---|
67–98 | Thanks, I'll add all the macro test cases later. |
Did you actually test this? ;-)