Skip to content

die 3.11 requires the AVX2 instruction set to run #328

@904570220

Description

@904570220

My CPU only supports the AVX instruction set. After running, it encountered an exception code: 0xc000001d,Error offset: 0x0000000000512ab0.
I used x64dbg to examine the EXE and found that it crashed when executing the following AVX2 instruction.The vpbroadcastb instruction is the AVX2 instruction causing the exception.
00007FF657352AAC | C5F96EC9 | vmovd xmm1,ecx |
00007FF657352AB0 | C4E27D78C9 | vpbroadcastb ymm1,xmm1 |
00007FF657352AB5 | C5FE7F4D 40 | vmovdqu yword ptr ss:[rbp+40],ymm1 |

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions