Running (IVM) tests on osx.

This commit is contained in:
Ben Vanik
2014-08-23 22:35:08 -07:00
parent 28bae464c2
commit d242e37d84
3 changed files with 12 additions and 1 deletions

View File

@@ -9,6 +9,8 @@
#include <tools/alloy-test/util.h>
#include <cfloat>
using namespace alloy;
using namespace alloy::hir;
using namespace alloy::runtime;
@@ -262,7 +264,7 @@ TEST_CASE("VECTOR_ADD_F32", "[instr]") {
REQUIRE(result == vec128i(0x7F800000));
});
test.Run([](PPCContext* ctx) {
ctx->v[4] = vec128f(FLT_MIN);
ctx->v[4] = vec128f(-FLT_MIN);
ctx->v[5] = vec128f(-1.0f);
},
[](PPCContext* ctx) {