diff options
author | stephan <stephan@noemail.net> | 2024-10-01 17:57:55 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-10-01 17:57:55 +0000 |
commit | 1f2faa647f32b4182c43156f5107a59574647104 (patch) | |
tree | 287f19132a21d7dbeb1c7f261fb1f41faaa088fa /ext/wasm/api/sqlite3-wasm.c | |
parent | c9c1b65698ed3fa83985c92e02dd872b56948f79 (diff) | |
download | sqlite-1f2faa647f32b4182c43156f5107a59574647104.tar.gz sqlite-1f2faa647f32b4182c43156f5107a59574647104.zip |
Another comment about the LONGDOUBLE wasm topic. No code changes.
FossilOrigin-Name: 1755831cb1ac58241e0b11d8d003b5eca39b65aa3cb84229b215662028b1b3c0
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r-- | ext/wasm/api/sqlite3-wasm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c index 945acd23d..b689b426f 100644 --- a/ext/wasm/api/sqlite3-wasm.c +++ b/ext/wasm/api/sqlite3-wasm.c @@ -237,6 +237,8 @@ ** for wasm builds with very little risk of problems. Clang 18.1 maps ** `long double` to float128 but Emscripten doesn't (cannot) expose ** that to JS. +** +** See also: SQLITE_USE_LONG_DOUBLE */ #undef LONGDOUBLE_TYPE #define LONGDOUBLE_TYPE double |