Skip to content

Commit 8daa342

Browse files
committed
Remove dated text.
The reference to working on 64-bit machines is a bit dated, since all software runs on 64-bit today.
1 parent f249dd1 commit 8daa342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2>Gecode</h2>
5050
<dt>portable</dt>
5151
<dd>Gecode is implemented in C++ that carefully follows the C++ standard.
5252
It can be compiled with modern C++ compilers and runs on
53-
a wide range of machines (including 64bit machines).</dd>
53+
a wide range of machines.</dd>
5454
<dt>parallel</dt>
5555
<dd>Gecode complies with reality in that it exploits the multiple cores
5656
of today's commodity hardware for parallel search, giving an already

0 commit comments

Comments
 (0)