sandboxed-api/oss-internship-2020/pffft
2020-08-17 11:21:27 +00:00
..
.gitignore Added .gitignore 2020-08-17 11:21:11 +00:00
CMakeLists.txt Initial version sandbox 2020-08-17 11:20:56 +00:00
fftpack.c Initial version sandbox 2020-08-17 11:20:56 +00:00
fftpack.h Initial version sandbox 2020-08-17 11:20:56 +00:00
Makefile Initial version sandbox 2020-08-17 11:20:56 +00:00
myNotes.txt Initial version sandbox 2020-08-17 11:20:56 +00:00
pffft.c Initial version sandbox 2020-08-17 11:20:56 +00:00
pffft.h Initial version sandbox 2020-08-17 11:20:56 +00:00
README_pffft.txt Added README 2020-08-17 11:21:27 +00:00
README.txt Added README 2020-08-17 11:21:27 +00:00
test_pffft_sandboxed.cc Coding style adaptation 2020-08-17 11:21:19 +00:00
test_pffft.c Initial version sandbox 2020-08-17 11:20:56 +00:00

Sandboxing PFFFT library

Builder: CMake

For testing: 
`cd build`, then `./pffft_sandboxed`

For debug:
`SAPI_VLOG_LEVEL=1 ./pffft_sandboxed --v=100
--sandbox2_danger_danger_permit_all_and_log <auxiliar file>`

CMake observations:
    * linking pffft and fftpack (which contains necessary functions for pffft)
    * set math library 

Sandboxed main observations:
    * containing two testing parts (fft / pffft benchmarks)
        ! current stage: fft - works :)
                         pffft - not implemented