Update test.

This commit is contained in:
David Reid
2018-05-01 21:49:36 +10:00
parent 45b99d1c31
commit b73b27ad0e
+3
View File
@@ -2417,6 +2417,9 @@ int main(int argc, char** argv)
printf("Has NEON: NO\n"); printf("Has NEON: NO\n");
} }
printf("CPU Speed Factor: %f\n", mal_calculate_cpu_speed_factor());
// Aligned malloc/free // Aligned malloc/free
printf("=== TESTING CORE ===\n"); printf("=== TESTING CORE ===\n");
result = do_core_tests(); result = do_core_tests();