Mercurial > hg > batch-feature-extraction-tool
view Lib/fftw-3.2.1/support/twovers.sh @ 13:a64055168b9b
Added XML Support
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Fri, 05 Feb 2016 19:21:42 +0000 |
parents | 25bf17994ef1 |
children |
line wrap: on
line source
#! /bin/sh # wrapper to generate two codelet versions, with and without # fma genfft=$1 shift echo "#ifdef HAVE_FMA" echo $genfft -fma -reorder-insns -schedule-for-pipeline $* echo echo "#else /* HAVE_FMA */" echo $genfft $* echo echo "#endif /* HAVE_FMA */"