Commit b73b27ad authored by David Reid's avatar David Reid

Update test.

parent 45b99d1c
......@@ -2417,6 +2417,9 @@ int main(int argc, char** argv)
printf("Has NEON: NO\n");
}
printf("CPU Speed Factor: %f\n", mal_calculate_cpu_speed_factor());
// Aligned malloc/free
printf("=== TESTING CORE ===\n");
result = do_core_tests();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment