]> 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)
commit97b9c76435b138fb4be0f6dce8f8224e989a685d
tree32e72b2d94287e343e0538f4ca9eea691303eb11
parent45aec24eded370b8568e0109a0dce0a54aba9c3f
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