~vcs-imports/fftw3/master

  • Committer: Matteo Frigo
  • Date: 2017-09-21 22:00:58 UTC
  • Revision ID: git-v1:04590cb11baa11bbfdebe101fa90186bbf48423c
simd-vsx.h: don't use vpermxor

It seems like gcc-6 generates incorrect code when using vpermxor
(tested with qemu emulator, so there is a chance that gcc is right and
qemu is wrong).  Disable the use of vpermxor and do the simple thing
(one multiplication + one permutation).
Filename Latest Rev Last Changed Committer Comment Size
..
api 683 21 years ago Matteo Frigo First skeleton of API infrastructure Diff
dft 1 22 years ago Matteo Frigo Initial revision Diff
doc 735 21 years ago Matteo Frigo Manual skeleton. Diff
genfft 1 22 years ago Matteo Frigo Initial revision Diff
kernel 1 22 years ago Matteo Frigo Initial revision Diff
libbench2 801 21 years ago Matteo Frigo Skeleton libbench2 implemented (probably still bug Diff
m4 1711 19 years ago Steven G. Johnson clean up m4 macros; try to detect correct gcc -mar Diff
mpi 2263 17 years ago stevenj initial (nonfunctional) start at MPI support (simi Diff
rdft 206 21 years ago Matteo Frigo Some work on rdft codelets Diff
reodft 431 21 years ago Steven G. Johnson added reodft stuff Diff
simd-support 2728 12 years ago athena New SIMD build system We now support multiple SIM Diff
support 1 22 years ago Matteo Frigo Initial revision Diff
tests 9 22 years ago Matteo Frigo System is in working state now (but very incomplet Diff
threads 474 21 years ago Steven G. Johnson added threaded version Diff
tools 776 21 years ago Steven G. Johnson added wisdom-to-conf Diff
.gitignore 2972.2.1 7 years ago Christoph Junghans Build und install cmake module 1.4 KB Diff Download File
AUTHORS 2964 7 years ago Matteo Frigo update AUTHORS 585 bytes Diff Download File
File bootstrap.sh 3001 6 years ago Matteo Frigo Remove ancient paranoia In the '90s we used to ru 835 bytes Diff Download File
cmake.config.h.in 3009 6 years ago Matteo Frigo configure.ac Police Remove some obsolete AC_CHECK 11.6 KB Diff Download File
CMakeLists.txt 3011.1.2 6 years ago Michel Zou Build bench according to BUILD_TESTS 12.7 KB Diff Download File
File commercialize.sh 2895 11 years ago Matteo Frigo note that these scripts are not meant for normal u 2.1 KB Diff Download File
configure.ac 3018 6 years ago Matteo Frigo Remove AC_FUNC_{MALLOC,REALLOC,MMAP} They don't d 31.5 KB Diff Download File
CONVENTIONS 1024 21 years ago Steven G. Johnson added K 2.2 KB Diff Download File
COPYING 2614 15 years ago athena Store GPLv2 in darcs because automake installs GPL 17.5 KB Diff Download File
COPYRIGHT 2914 10 years ago Steven G. Johnson copyright year update 844 bytes Diff Download File
fftw.pc.in 2886 11 years ago athena make -lm a private library in fftw.pc.in Julian T 252 bytes Diff Download File
FFTW3Config.cmake.in 3011.1.1 6 years ago Michel Zou Use cmake config mode Installs FFTW3Config.cmake 344 bytes Diff Download File
FFTW3ConfigVersion.cmake.in 3011.1.1 6 years ago Michel Zou Use cmake config mode Installs FFTW3Config.cmake 385 bytes Diff Download File
Makefile.am 3011.1.1 6 years ago Michel Zou Use cmake config mode Installs FFTW3Config.cmake 4.8 KB Diff Download File
mkdist.sh 2964 7 years ago Matteo Frigo update AUTHORS 491 bytes Diff Download File
NEWS 2992 7 years ago Matteo Frigo Update NEWS for 3.3.6-pl2 22 KB Diff Download File
README 2989 7 years ago Steven G. Johnson mention mkdist.sh and summarize the build process 1.8 KB Diff Download File
README.md 2989 7 years ago Steven G. Johnson mention mkdist.sh and summarize the build process 1.1 KB Diff Download File
TODO 2961 7 years ago Matteo Frigo Fix SIMD autodetection * AVX was not testing for 1.3 KB Diff Download File