From: shane Date: Thu, 29 May 2008 20:22:37 +0000 (+0000) Subject: Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC... X-Git-Tag: version-3.6.10~998 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a51269601a6c370a5e8313ff45941b3402b83462;p=thirdparty%2Fsqlite.git Consolidated inline assembly versions of "hwtime()" into hwtime.h. Provided MSVC version. Modified code for consistent use of hwtime(). Changed implementation to use sqlite_uint64 and sqlite_int64 instead of unsigned long long int and long long int for MSVC compiler support. (CVS 5179) FossilOrigin-Name: 19f5f571dd09c91b6e6a3f82857f54bd30791c03 --- diff --git a/manifest b/manifest index e4dd7ad24a..3a636fc4aa 100644 --- a/manifest +++ b/manifest @@ -1,4 +1,4 @@ -C Consolidated\sinline\sassembly\sversions\sof\s"hwtime()"\sinto\shwtime.h.\s\sProvided\sMSVC\sversion.\s\sModified\scode\sfor\sconsistent\suse\sof\shwtime().\s\sChanged\simplementation\sto\suse\ssqlite_uint64\sand\ssqlite_int64\sinstead\sof\sunsigned\slong\slong\sint\sand\slong\slong\sint\sfor\sMSVC\scompiler\ssupport.\s(CVS\s5178) +C Consolidated\sinline\sassembly\sversions\sof\s"hwtime()"\sinto\shwtime.h.\s\sProvided\sMSVC\sversion.\s\sModified\scode\sfor\sconsistent\suse\sof\shwtime().\s\sChanged\simplementation\sto\suse\ssqlite_uint64\sand\ssqlite_int64\sinstead\sof\sunsigned\slong\slong\sint\sand\slong\slong\sint\sfor\sMSVC\scompiler\ssupport.\s(CVS\s5179) D 2008-05-29T20:22:37 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in ce92ea8dc7adfb743757794f51c10d1b0d9c55e4 @@ -591,7 +591,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1 F tool/speedtest8inst1.c c65494ca99d1e09c246dfe37a7ca7a354af9990f -P 5f6eab65dba421a736659a6673a51a0e487d68ac +P 9883b406ce24eae93942ee5e6aab33fb6b05329f R 458af2184cd56db6e376c81a0c3c302b U shane -Z a36aff0535891ea4228fb00ae4809b6b +Z 98aa2a75de827de92c3fa65796b99ae6 diff --git a/manifest.uuid b/manifest.uuid index 9e55a9a5d5..acd0c1db5c 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -9883b406ce24eae93942ee5e6aab33fb6b05329f \ No newline at end of file +19f5f571dd09c91b6e6a3f82857f54bd30791c03 \ No newline at end of file