]> git.sesse.net Git - movit/blob - autogen.sh
Make all fp16 routines work with fp32 as input instead of fp64, since that is what...
[movit] / autogen.sh
1 #! /bin/sh
2 aclocal
3 libtoolize --install --copy
4 autoconf
5 ./configure "$@"