diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /lib/libdes/options.txt | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'lib/libdes/options.txt')
-rw-r--r-- | lib/libdes/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/options.txt b/lib/libdes/options.txt index 0830f897d2d..d88aa3088ca 100644 --- a/lib/libdes/options.txt +++ b/lib/libdes/options.txt @@ -1,7 +1,7 @@ Note that the UNROLL option makes the 'inner' des loop unroll all 16 rounds instead of the default 4. RISC1 and RISC2 are 2 alternatives for the inner loop and -PTR means to use pointers arithmatic instead of arrays. +PTR means to use pointers arithmetic instead of arrays. IRIX 6.2 - R10000 195mhz - cc (-O3 -n32) - UNROLL RISC2 PTR 496,000 3968k/s solaris 2.5.1 usparc 167mhz?? - SC4.0 - UNROLL RISC1 PTR [1] 475,400 3804k/s |