Desbordante / desbordante-core

Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.
GNU Affero General Public License v3.0
371 stars 66 forks source link

Fix compilation on ARM architecture #431

Closed Vdaleke closed 2 months ago

Vdaleke commented 2 months ago

Remove unused include "immintrin.h" available only on x86. After the fix, compilation is successful on Ubuntu ARM.