https://bugs.kde.org/show_bug.cgi?id=396176

Tom Hughes <t...@compton.nu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t...@compton.nu
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #5 from Tom Hughes <t...@compton.nu> ---
Well running a program that's hard coded to use it on a CPU that doesn't
support it is always going to fail, so don't do that...

Valgrind runs your program on an emulated CPU that is normally close to, but
not identical to, your actual CPU which is why we adjust the CPUID to indicate
what features are actually available.

Unless you're only planning to run your program on specific hardware then it
really needs to check this kind of thing at run time anyway.

*** This bug has been marked as a duplicate of bug 353370 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to