mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-27 20:41:58 +03:00
Another comment about the LONGDOUBLE wasm topic. No code changes.
FossilOrigin-Name: 1755831cb1ac58241e0b11d8d003b5eca39b65aa3cb84229b215662028b1b3c0
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user