From b73b27ad0e7bc72830975ce7cdea3e3e9773f0f1 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 1 May 2018 21:49:36 +1000 Subject: [PATCH] Update test. --- tests/mal_test_0.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/mal_test_0.c b/tests/mal_test_0.c index b23a9fa7..66d9dede 100644 --- a/tests/mal_test_0.c +++ b/tests/mal_test_0.c @@ -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();