#include #include "benchmark_utils.hpp" int main() { benchmark_sinf(); benchmark_cosf(); benchmark_sincosf(); }