mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-07 19:10:33 +00:00
Fixed build. (#422)
This commit is contained in:
committed by
GitHub
parent
2b9ef62e7a
commit
d8a853795f
@@ -712,7 +712,7 @@ TEST_CASE("exp", "[math][libm]")
|
||||
{
|
||||
STATIC_REQUIRE( 1.0f == bx::exp(-0.0f) );
|
||||
STATIC_REQUIRE( 0.0f == bx::exp(-bx::kFloatInfinity) );
|
||||
STATIC_REQUIRE( 0.0f == bx::exp(bx::log(bx::kFloatSmallest) ) );
|
||||
STATIC_REQUIRE(bx::exp(bx::log(bx::kFloatSmallest) ) <= bx::kFloatSmallest);
|
||||
|
||||
bx::WriterI* writer = bx::getNullOut();
|
||||
bx::Error err;
|
||||
|
||||
Reference in New Issue
Block a user