Add fmodf.

Change-Id: Iacde68c0e0ed00f3267fc4cb422e974732eb52c1
diff --git a/src/compiler_llvm/compiler_runtime_func_list.h b/src/compiler_llvm/compiler_runtime_func_list.h
index c57ef8d..090c1ef 100644
--- a/src/compiler_llvm/compiler_runtime_func_list.h
+++ b/src/compiler_llvm/compiler_runtime_func_list.h
@@ -176,7 +176,8 @@
   V(__modsi3) \
   V(__umoddi3) \
   V(__umodsi3) \
-  V(fmod)
+  V(fmod) \
+  V(fmodf)
 
 #else