diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-10 09:29:20 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-10 09:29:20 -0700 |
commit | 1cff81e3562645b55fbe4beb7856c5ef8b7e910a (patch) | |
tree | b3d91a57e8f655f3ee34885891c613b2cf5a6916 /.gitignore | |
parent | 11627049aec88e21b6a9cbdef10984868d4ca3fe (diff) | |
download | nasm-1cff81e3562645b55fbe4beb7856c5ef8b7e910a.tar.gz nasm-1cff81e3562645b55fbe4beb7856c5ef8b7e910a.tar.bz2 nasm-1cff81e3562645b55fbe4beb7856c5ef8b7e910a.zip |
SAA: optimize seeks when used on a byte array
In practice, we only ever use the seeking functions on byte arrays
(elem_len == 1). Optimize for that case, to avoid a general divmod
operation.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions