9 Open Issues Need Help Last updated: Jul 12, 2026

Open Issues Need Help

View All on GitHub

LoongArch Architecture Translator

C

LoongArch Architecture Translator

C

LoongArch Architecture Translator

C

LoongArch Architecture Translator

C

LoongArch Architecture Translator

C

LoongArch Architecture Translator

C

AI Summary: Determine if the LATX (Loongson Architecture Translator for x86) project fully supports AVX2 instructions, specifically vpmullw, vpsubw, and vpaddw. This involves investigating the translator source code to see if translation functions exist for these instructions and potentially testing their functionality.

Complexity: 4/5
help wanted question

LoongArch Architecture Translator

C

AI Summary: Determine if the LATX (Loongson Architecture Translator for x86) project fully supports AVX2 instructions, specifically vpmullw, vpsubw, and vpaddw. This involves investigating the translator source code to see if translation functions exist for these instructions and potentially testing their functionality.

Complexity: 4/5
help wanted question

LoongArch Architecture Translator

C

AI Summary: The task involves creating an `sse2loongarch.h` header file to facilitate the translation of SSE instructions to LoongArch instructions within the LATX (Loongson Architecture Translator for x86) project. This requires understanding both SSE and LoongArch instruction sets and leveraging existing LATX components or developing new ones to map SSE functions to their LoongArch equivalents. The goal is to improve compatibility of x86 applications using SSE instructions with LoongArch systems.

Complexity: 5/5
help wanted question

LoongArch Architecture Translator

C