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 #432

Closed Vdaleke closed 2 months ago

Vdaleke commented 2 months ago

Change #include 'immintrin.h' location and add a check of AVX2 abailability. After the fix, compilation is successful on Ubuntu ARM.