| Summary: | illegal instruction: _mm256_loadu_si256 | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | ZhangTianyu <547253248> |
| Component: | memcheck | Assignee: | Julian Seward <jseward> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | tom |
| Priority: | NOR | ||
| Version First Reported In: | 3.18.0 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
ZhangTianyu
2021-12-03 10:05:01 UTC
That's not an instruction, it's the name of an intrinsic function. If you're reporting an instruction decode failure in valgrind please instead the error message that valgrind reported as it will include all the details we need to identify the problem instruction. |