No edit summary |
(Question about detecting sse2 binaries) |
||
Line 1: | Line 1: | ||
--[[User:Dmalcolm|Dmalcolm]] 18:02, 15 June 2009 (UTC) If a Fedora user wants to verify that a CPU will work with F12, how should he/she query /proc/cpuinfo ? (and does smolt have any of this data?) Thanks | --[[User:Dmalcolm|Dmalcolm]] 18:02, 15 June 2009 (UTC) If a Fedora user wants to verify that a CPU will work with F12, how should he/she query /proc/cpuinfo ? (and does smolt have any of this data?) Thanks | ||
---[[User:notting|Bill Nottingham]] Once a set has been decided on, this should be pretty trivial. With respect to the proposal, 'grep sse2 /proc/cpuinfo' should work. | ---[[User:notting|Bill Nottingham]] Once a set has been decided on, this should be pretty trivial. With respect to the proposal, 'grep sse2 /proc/cpuinfo' should work. | ||
-- [[User:Bruno|Bruno]]: Is there a way to tell which binaries actually use SSE2 instructions so that a secondary arch targeting athlons would be able to inherit safe binaries from the i686+ arch? |
Revision as of 19:51, 15 June 2009
--Dmalcolm 18:02, 15 June 2009 (UTC) If a Fedora user wants to verify that a CPU will work with F12, how should he/she query /proc/cpuinfo ? (and does smolt have any of this data?) Thanks ---Bill Nottingham Once a set has been decided on, this should be pretty trivial. With respect to the proposal, 'grep sse2 /proc/cpuinfo' should work. -- Bruno: Is there a way to tell which binaries actually use SSE2 instructions so that a secondary arch targeting athlons would be able to inherit safe binaries from the i686+ arch?