Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: external/lib/libm/rules.mk

Issue 1734733002: [lib][libm] Add floorf and ceilf (Closed) Base URL: https://github.com/littlekernel/lk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | external/lib/libm/s_ceilf.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: external/lib/libm/rules.mk
diff --git a/external/lib/libm/rules.mk b/external/lib/libm/rules.mk
index 02394537d297866ff20d2885dea8d1057d32775a..9e0914d094c0699ca1a5c501e6de8f92d04ae4c2 100644
--- a/external/lib/libm/rules.mk
+++ b/external/lib/libm/rules.mk
@@ -18,6 +18,7 @@ MODULE_SRCS += \
$(LOCAL_DIR)/e_sqrtf.c \
$(LOCAL_DIR)/k_rem_pio2.c \
$(LOCAL_DIR)/s_floor.c \
+ $(LOCAL_DIR)/s_floorf.c \
$(LOCAL_DIR)/s_scalbn.c \
$(LOCAL_DIR)/s_scalbnf.c \
$(LOCAL_DIR)/s_copysign.c \
@@ -35,6 +36,7 @@ MODULE_SRCS += \
$(LOCAL_DIR)/e_exp.c \
$(LOCAL_DIR)/s_round.c \
$(LOCAL_DIR)/s_ceil.c \
+ $(LOCAL_DIR)/s_ceilf.c \
$(LOCAL_DIR)/s_trunc.c \
$(LOCAL_DIR)/s_atan.c \
$(LOCAL_DIR)/e_atan2.c \
« no previous file with comments | « no previous file | external/lib/libm/s_ceilf.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698