| Summary: | Doesn't support CLFLUSHOPT instruction | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | d.c.ddcc |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | f.roeser, mark |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
d.c.ddcc
2020-07-15 18:27:11 UTC
For reference, this is the corresponding disassembly: 1531c: 66 0f ae 3c 25 e0 01 clflushopt 0x700001e0 15323: 00 70 Note that you should check first with the cpuid feature flag CLFLUSHOPT whether the instruction is supported or not (valgrind doesn't set it). *** Bug 456948 has been marked as a duplicate of this bug. *** |