You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
We currently have vectorized version of bitmap generators for arrow converter but for some reason, the code is under #ifdef __AVX512F__ which means it is never enabled in our builds. A simple removal of #ifdef causes clang and win builds failure, so some adjustments are required.