]> granicus.if.org Git - apache/commit
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
authorBrian Pane <brianp@apache.org>
Thu, 11 Jul 2002 16:08:58 +0000 (16:08 +0000)
committerBrian Pane <brianp@apache.org>
Thu, 11 Jul 2002 16:08:58 +0000 (16:08 +0000)
commitff48e4c1fe2da0067f350055e9c16e06cdf9f2a8
tree32e72b2d94287e343e0538f4ca9eea691303eb11
parentf429a6a91a31eea418a07f6e8a20a9e5adc24bf1
Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()
just in case the compiler doesn't do it for us

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96012 13f79535-47bb-0310-9956-ffa450edef68
include/util_time.h
server/util_time.c