]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Cleanup the usage of the SQLITE_DISABLE_INTRINSIC compile-time option.
authordrh <drh@noemail.net>
Thu, 9 Feb 2017 17:12:22 +0000 (17:12 +0000)
committerdrh <drh@noemail.net>
Thu, 9 Feb 2017 17:12:22 +0000 (17:12 +0000)
commita39284bfa879ef817476854c16ed5a45ec2a1def
treec5c74bac52e95028d5bcfbbfda8a6d9c19cc4e05
parentad3b4c078ec4b49129411a2c3f30ebfefe25c3c0
Cleanup the usage of the SQLITE_DISABLE_INTRINSIC compile-time option.
Remove the SQLITE_RUNTIME_BYTEORDER compile-time option.  Use
-DSQLITE_BYTEORDER=0 instead.  Fix a bug in R-Tree that occurs when compiling
on a known little-endian machine without the use of intrinsic byteswapping
functions.

FossilOrigin-Name: 798fb9d70d2e5f95e64237b04d6692360133381a
ext/rtree/rtree.c
manifest
manifest.uuid
src/btreeInt.h
src/mutex_w32.c
src/sqliteInt.h
src/util.c