mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -49,7 +49,7 @@ void math_bench()
|
||||
result = 0.0f;
|
||||
for (float xx = 0.0f; xx < max; xx += 0.1f)
|
||||
{
|
||||
result += bx::sqrtRef(xx);
|
||||
result += bx::sqrtSimd(xx);
|
||||
}
|
||||
|
||||
elapsed += bx::getHPCounter();
|
||||
|
||||
Reference in New Issue
Block a user