Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.
This repository was archived by the owner on May 9, 2024. It is now read-only.

Enable vectorized bitmap generation #549

@ienkovich

Description

@ienkovich

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions