[app][benchmarks] remove all use of floating point to compute speed of bench
Can approximate the calculation with 64bit integer math.
This commit is contained in:
@@ -8,11 +8,11 @@ MODULE_SRCS := \
|
||||
$(LOCAL_DIR)/clock_tests.c \
|
||||
$(LOCAL_DIR)/fibo.c \
|
||||
$(LOCAL_DIR)/mem_tests.c \
|
||||
$(LOCAL_DIR)/port_tests.c \
|
||||
$(LOCAL_DIR)/tests.c \
|
||||
$(LOCAL_DIR)/thread_tests.c \
|
||||
$(LOCAL_DIR)/port_tests.c \
|
||||
$(LOCAL_DIR)/v9p_tests.c \
|
||||
$(LOCAL_DIR)/v9fs_tests.c \
|
||||
$(LOCAL_DIR)/v9p_tests.c \
|
||||
|
||||
MODULE_FLOAT_SRCS := \
|
||||
$(LOCAL_DIR)/benchmarks.c \
|
||||
|
||||
Reference in New Issue
Block a user