annotate src/fftw-3.3.5/dft/simd/Makefile.am @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Thu, 28 Jun 2018 15:29:59 +0100 |
parents |
7867fa7e1b6b |
children |
|
rev |
line source |
cannam@127
|
1 SUBDIRS = common sse2 avx avx-128-fma avx2 avx2-128 avx512 kcvi altivec vsx neon generic-simd128 generic-simd256
|
cannam@127
|
2 EXTRA_DIST = n1b.h n1f.h n2b.h n2f.h n2s.h q1b.h q1f.h t1b.h t1bu.h \
|
cannam@127
|
3 t1f.h t1fu.h t2b.h t2f.h t3b.h t3f.h ts.h codlist.mk simd.mk
|