Rev 2042 | Rev 2051 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2042 | Rev 2050 | ||
|---|---|---|---|
| Line 107... | Line 107... | ||
| 107 | } |
107 | } |
| 108 | atomic_inc(&threads_ok); |
108 | atomic_inc(&threads_ok); |
| 109 | } |
109 | } |
| 110 | 110 | ||
| 111 | 111 | ||
| 112 | char * test_sse1(void) |
112 | char * test_sse1(bool quiet) |
| 113 | { |
113 | { |
| 114 | unsigned int i, total = 0; |
114 | unsigned int i, total = 0; |
| 115 | 115 | ||
| 116 | waitq_initialize(&can_start); |
116 | waitq_initialize(&can_start); |
| 117 | atomic_set(&threads_ok, 0); |
117 | atomic_set(&threads_ok, 0); |