diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2024-11-25 18:00:04 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2024-11-25 18:00:04 +0000 |
| commit | 9ae1229d11fd543f837e9c3d5bf337eab4754510 (patch) | |
| tree | b6aed04b53515f7c75eff86a60d3232c6c8d90c8 /databases/tiledb | |
| parent | beaad8dead17d4783644d466e4d3003c0ea0e655 (diff) | |
Diffstat (limited to 'databases/tiledb')
| -rw-r--r-- | databases/tiledb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/tiledb/Makefile b/databases/tiledb/Makefile index e9bd191ede04..331034b51ca6 100644 --- a/databases/tiledb/Makefile +++ b/databases/tiledb/Makefile @@ -63,7 +63,8 @@ GH_ACCOUNT= TileDB-Inc GH_PROJECT= TileDB USE_GITHUB= yes -OPTIONS_DEFINE= AVX2 +OPTIONS_DEFINE_amd64= AVX2 +OPTIONS_DEFINE_i386= AVX2 AVX2_DESC= AVX2 instructions support AVX2_CMAKE_BOOL= COMPILER_SUPPORTS_AVX2 |
