]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New macro ROUND8P() which works like ROUND8() but assumes that the input is
authordrh <>
Fri, 1 Apr 2022 18:45:11 +0000 (18:45 +0000)
committerdrh <>
Fri, 1 Apr 2022 18:45:11 +0000 (18:45 +0000)
commitcf6e3fd787fdcc3eb2e5edf2ea80146a195ac874
treef888cdbb2d806c26ecaec3dc8620ed655ecd06e9
parent473571b083e6387da0a0268ab396bf1243a15491
New macro ROUND8P() which works like ROUND8() but assumes that the input is
already a multiple of the size of a pointer.  It becomes a no-op for
64-bit machines, giving a small size reduction and speed boost.

FossilOrigin-Name: d126f304cde66ebfe21a4967c22dcba0bac27cbce56318b14bd50051e49c978c
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c
src/where.c