Use SIMD libc.

This commit is contained in:
Nuno Cruces
2025-04-07 12:49:01 +01:00
parent a3ce8f9de5
commit 73ac7e06f6
28 changed files with 787 additions and 421 deletions

View File

@@ -3,6 +3,7 @@
// Use the default callback, not the Go one we patched in.
#define sqliteBusyCallback sqliteDefaultBusyCallback
#include "strings.c"
// Amalgamation
#include "sqlite3.c"
// VFS

Binary file not shown.

View File

@@ -1,6 +1,7 @@
// Use the default callback, not the Go one we patched in.
#define sqliteBusyCallback sqliteDefaultBusyCallback
#include "strings.c"
// Amalgamation
#include "sqlite3.c"
// VFS