aminems / stressapptest

Automatically exported from code.google.com/p/stressapptest
0 stars 0 forks source link

Determine sse or other extended ISA support #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run with '-W' warm copy on a machine with SSE2
2.No SSE2 workload is run
3.Generic C implementation is run instead

What is the expected output? What do you see instead?
SSE2 workload should be run, if CPU supports it

os layer should detect cpu type and feature set.

Original issue reported on code.google.com by nsanders@google.com on 12 Mar 2010 at 7:27

GoogleCodeExporter commented 8 years ago
fixed, added SSE autodetect, plus SSE for ia32

Original comment by nsand...@chromium.org on 14 May 2010 at 4:29