Summary: | unsupported instruction sets detected as working | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Radu Benea <kitanatahu> |
Component: | [OLD] Core system | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Radu Benea
2012-06-19 08:12:08 UTC
This is not really a bug. What this tell the software is that they _can_ compile those instructions. Whether they can use it or not it's a different point altogether. In general, software is designed to check at runtime which instruction sets are available — so for instance your glibc has an AVX version of strcasecmp, but will use it only if your CPU is capable of that. |