10 lines
173 B
C++
10 lines
173 B
C++
#include <trigdx/mkl.hpp>
|
|
|
|
#include "benchmark_utils.hpp"
|
|
|
|
int main() {
|
|
benchmark_sinf<MKLBackend>();
|
|
benchmark_cosf<MKLBackend>();
|
|
benchmark_sincosf<MKLBackend>();
|
|
}
|