cruppstahl / upscaledb

A very fast lightweight embedded database engine with a built-in query language.
https://upscaledb.com
Apache License 2.0
568 stars 69 forks source link

Fix compilation issue with non-SIMD platforms (#114) #115

Closed vslotman closed 6 years ago

vslotman commented 6 years ago

Solves compilation-issue for non-SSE processor (#114 )

cruppstahl commented 6 years ago

Thank you!