Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue #126 (use of quadmath in VSV extension)
Use of 128-bit floats for conversion purposes in the VSV extension could cause compilation problems due to the dependency on the GCC-specific quadmath library. This library will now only be used, if the prprocessor symbol SQLITE_USE_QUADMATH is defined. This symbol will not be defined by default.
- Loading branch information