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?
Patrick