diff options
author | ryker <> | 1998-10-05 20:13:15 +0000 |
---|---|---|
committer | ryker <> | 1998-10-05 20:13:15 +0000 |
commit | 9e77c62555877f9a64805c49d0dcd7dbfbb40f4e (patch) | |
tree | 2a6396b738ecede1e1dd3ad84c90e47e21d0bcbd /src/lib/libcrypto/cast/asm | |
parent | fe5d0717e2760d02faf23bf5a714f17b33ae4abb (diff) | |
parent | 536c76cbb863bab152f19842ab88772c01e922c7 (diff) | |
download | openbsd-9e77c62555877f9a64805c49d0dcd7dbfbb40f4e.tar.gz openbsd-9e77c62555877f9a64805c49d0dcd7dbfbb40f4e.tar.bz2 openbsd-9e77c62555877f9a64805c49d0dcd7dbfbb40f4e.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/cast/asm')
-rw-r--r-- | src/lib/libcrypto/cast/asm/readme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/libcrypto/cast/asm/readme b/src/lib/libcrypto/cast/asm/readme new file mode 100644 index 0000000000..fbcd76289e --- /dev/null +++ b/src/lib/libcrypto/cast/asm/readme | |||
@@ -0,0 +1,7 @@ | |||
1 | There is a ppro flag in cast-586 which turns on/off | ||
2 | generation of pentium pro/II friendly code | ||
3 | |||
4 | This flag makes the inner loop one cycle longer, but generates | ||
5 | code that runs %30 faster on the pentium pro/II, while only %7 slower | ||
6 | on the pentium. By default, this flag is on. | ||
7 | |||