Merge pull request #5486 from kumpera/fix_array_dispatch_perf
[mono.git] / mono / mini / jit-icalls.h
index a83b337baaafb9d7fa97c1dc66313aca59c983b7..ffe4342d2398168fc42fde8ef57f2e2649eaf7f9 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_JIT_ICALLS_H__
 #define __MONO_JIT_ICALLS_H__
 
@@ -95,10 +99,6 @@ double mono_conv_to_r8_un (guint32 a);
 
 double mono_lconv_to_r8_un (guint64 a);
 
-#if defined(__native_client_codegen__) || defined(__native_client__)
-double mono_fmod(double a, double b);
-#endif
-
 gpointer mono_helper_compile_generic_method (MonoObject *obj, MonoMethod *method, gpointer *this_arg);
 
 MonoString*