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:
parent
324eaf0cdc
commit
a1faeb7194
77 changed files with 10525 additions and 8436 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,2 +1,10 @@
|
|||
.vscode/*
|
||||
build/*
|
||||
.vscode
|
||||
bin
|
||||
build
|
||||
/include
|
||||
lib
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.a
|
||||
*.la
|
||||
Loading…
Add table
Add a link
Reference in a new issue