Mercurial > hg > constant-q-cpp
diff Makefile.linux @ 147:1060a19e2334
Report validity of CQKernel construction, and avoid NaN values for invalid parameters. Also documentation.
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 10 Jul 2014 12:19:39 +0100 |
parents | 6993e17878b1 |
children | aa57e80b6af8 |
line wrap: on
line diff
--- a/Makefile.linux Fri Jun 20 10:33:11 2014 +0100 +++ b/Makefile.linux Thu Jul 10 12:19:39 2014 +0100 @@ -1,5 +1,5 @@ -CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ +CFLAGS := -Wall -O3 -ffast-math -msse -msse2 -mfpmath=sse -fPIC -I../vamp-plugin-sdk/ #CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS)