2009-05-31 16:02:14 -04:00
|
|
|
USING: cpu.x86.features tools.test kernel sequences math system ;
|
2009-08-13 20:21:44 -04:00
|
|
|
IN: cpu.x86.features.tests
|
2009-05-31 16:02:14 -04:00
|
|
|
|
|
|
|
cpu x86? [
|
|
|
|
[ t ] [ sse2? { t f } member? ] unit-test
|
|
|
|
[ t ] [ [ 10000 [ ] times ] count-instructions integer? ] unit-test
|
2009-08-13 20:21:44 -04:00
|
|
|
] when
|