Created separate directories for single and double precision. Translated and debugged all files needed to successfully compile single precision complex library. CMake files reflect necessary changes.

This commit is contained in:
Adam Parler 2023-12-09 03:03:42 -08:00
parent 324eaf0cdc
commit a1faeb7194
77 changed files with 10525 additions and 8436 deletions

12
.gitignore vendored
View file

@ -1,2 +1,10 @@
.vscode/*
build/*
.vscode
bin
build
/include
lib
*.o
*.obj
*.so
*.a
*.la