initial imlementation for sse

This commit is contained in:
2014-11-13 23:16:18 +01:00
parent 24a72dbffb
commit 23452bcec5
14 changed files with 904 additions and 70 deletions

View File

@@ -40,6 +40,7 @@ genetics_build:
clean:
@make -C src/Genetics clean
@make -C src/NeuronNetwork clean
@make -C tests clean
#@rm -f ./*.so ./*.a ./*.nm
@rm -f ./lib/*.so ./lib/*.a ./lib/*.nm
@echo "Cleaned....."