2009-09-08 20:18:56 -04:00
|
|
|
USING: cpu.x86.features tools.test kernel sequences math math.order system ;
|
2009-08-13 20:21:44 -04:00
|
|
|
IN: cpu.x86.features.tests
|
2009-05-31 16:02:14 -04:00
|
|
|
|
|
|
|
cpu x86? [
|
2009-09-08 20:18:56 -04:00
|
|
|
[ t ] [ sse-version 0 42 between? ] unit-test
|
2009-05-31 16:02:14 -04:00
|
|
|
[ t ] [ [ 10000 [ ] times ] count-instructions integer? ] unit-test
|
2009-08-13 20:21:44 -04:00
|
|
|
] when
|