Summary: | Missing support for vmovdqu64 | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Pedro Ferreira <arkangath> |
Component: | vex | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | gabravier, mark, tom |
Priority: | NOR | ||
Version: | 3.15 SVN | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pedro Ferreira
2019-05-31 10:11:57 UTC
I believe vmovdqu64 is part of AVX512 as an EVEX encoded extension of the legacy avx1 instruction vmovdqu https://en.wikipedia.org/wiki/EVEX_prefix https://en.wikipedia.org/wiki/AVX-512#Legacy_instructions_upgraded_with_EVEX_encoded_versions valgrind doesn't support avx512 yet. See https://bugs.kde.org/show_bug.cgi?id=383010 *** This bug has been marked as a duplicate of bug 383010 *** |