summaryrefslogtreecommitdiff
path: root/community/embree2/PKGBUILD
blob: 632a2d91a27124f69138a2f7d2d37b326676de02 (plain)
1
2
3
4
5
6
7
8
# avoid breakage in newer CPU ISAs, supporting SSE2 should be enough for
# 32-bit platforms
eval "$(
  declare -f build | \
    sed '
      /cmake/s/-DEMBREE_MAX_ISA="AVX512SKX"/-DEMBREE_MAX_ISA="SSE2"/
    '
)"