sandboxed-api/oss-internship-2020/pffft/README.txt

20 lines
514 B
Plaintext
Raw Normal View History

2020-08-17 19:21:27 +08:00
Sandboxing PFFFT library
2020-08-17 19:20:56 +08:00
2020-08-17 19:21:27 +08:00
Builder: CMake
2020-08-17 19:20:56 +08:00
2020-08-17 19:21:27 +08:00
For testing:
`cd build`, then `./pffft_sandboxed`
2020-08-17 19:20:56 +08:00
2020-08-17 19:21:27 +08:00
For debug:
`SAPI_VLOG_LEVEL=1 ./pffft_sandboxed --v=100
--sandbox2_danger_danger_permit_all_and_log <auxiliar file>`
2020-08-17 19:20:56 +08:00
2020-08-17 19:21:27 +08:00
CMake observations:
* linking pffft and fftpack (which contains necessary functions for pffft)
* set math library
2020-08-17 19:20:56 +08:00
2020-08-17 19:21:27 +08:00
Sandboxed main observations:
* containing two testing parts (fft / pffft benchmarks)
! current stage: fft - works :)
pffft - not implemented