-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
arch-loongarch64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
Interlocked intrinsics are not implemented for Loongarch:
runtime/src/coreclr/jit/codegenloongarch64.cpp
Lines 2311 to 2314 in 7ea8631
| void CodeGen::genCodeForCmpXchg(GenTreeCmpXchg* treeNode) | |
| { | |
| NYI("unimplemented on LOONGARCH64 yet"); | |
| } |
Originally posted by @jkotas in #122571 (comment)
LuckyXu-HF
Metadata
Metadata
Assignees
Labels
arch-loongarch64area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI