diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-07 12:33:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-07 12:33:56 +0000 |
commit | 1b349217f767389407e18511246cb28c1d8f8c45 (patch) | |
tree | 8386142ef3dad666b690f4ea1f9cc1621abe10cf /include/bm.h | |
parent | bff21cf9a4c16ff7dce36a184e86d0342dfb7b1b (diff) |
Disable the so-called optimized memcpy functions for small (less than a few
hundred bytes) block copies. While the functions themselves are probably
optimal or not far from it, the code responsible for their invocation is not,
and has a bad tendency of miscomputing the destination buffer address,
especially when optimization is used.
This is a temporary measure, these functions will be reenabled once a good fix
is ready.
ok deraadt@ espie@
Diffstat (limited to 'include/bm.h')
0 files changed, 0 insertions, 0 deletions