Initial commit
This commit is contained in:
13
benchmarks/benchmark_lookup.cpp
Normal file
13
benchmarks/benchmark_lookup.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <trigdx/lookup.hpp>
|
||||
|
||||
#include "benchmark_utils.hpp"
|
||||
|
||||
int main() {
|
||||
benchmark_sinf<LookupBackend<16384>>();
|
||||
benchmark_cosf<LookupBackend<16384>>();
|
||||
benchmark_sincosf<LookupBackend<16384>>();
|
||||
|
||||
benchmark_sinf<LookupBackend<32768>>();
|
||||
benchmark_cosf<LookupBackend<32768>>();
|
||||
benchmark_sincosf<LookupBackend<32768>>();
|
||||
}
|
||||
Reference in New Issue
Block a user