On Thu, 25 Feb 2010 09:07:41 -0800, ron minnich rminnich@gmail.com wrote:
On Thu, Feb 25, 2010 at 9:00 AM, Patrick Georgi patrick@georgi-clan.de wrote:
Am 25.02.2010 17:59, schrieb ron minnich:
Are you sure that you are carefully checking the feature set and not touching sse.inc if it is not there and/or not assembling that code if the CPU does not support it? I'm sorry, have not looked at your code ;-( but wanted to warn you. I assume that no sse instructions are executed unless the feature is known to exist.
We use CONFIG_SSE for that. no CONFIG_SSE, no enable_sse.inc. If we have some board were non-SSE CPUs can be used but CONFIG_SSE gets its way in somehow, we can fix that.
Good enough?
How many CPU's do not support SSE, There can't be that many....