Files
trigdx/benchmarks/benchmark_mkl.cpp
2025-08-12 14:04:13 +02:00

10 lines
176 B
C++

#include <trigdx/trigdx.hpp>
#include "benchmark_utils.hpp"
int main() {
benchmark_sinf<MKLBackend>();
benchmark_cosf<MKLBackend>();
benchmark_sincosf<MKLBackend>();
}