This commit is contained in:
Бранимир Караџић
2024-05-01 09:16:01 -07:00
parent 226d52f240
commit 34ba9c7a5c

View File

@@ -58,7 +58,7 @@ float sinCosNonApproxBench()
bx::Error err;
elapsed += bx::getHPCounter();
bx::write(writer, &err, "%-20s: %15f\n", "sinCosNonApproxBench", double(elapsed) );
bx::write(writer, &err, "%-20s: %15f\n", "sin + cos", double(elapsed) );
return result;
}