Open Issues Need Help
View All on GitHubAI 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.
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.
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.