]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/builtins/Unit/divsf3vfp_test.c
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / builtins / Unit / divsf3vfp_test.c
index 8382558412cf291d40bf045a24ad7d7ff71efe13..f742441991f89d4f7f78529238cb558c4882089e 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "int_lib.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
 
 
-extern float __divsf3vfp(float a, float b);
+extern COMPILER_RT_ABI float __divsf3vfp(float a, float b);
 
 #if __arm__
 int test__divsf3vfp(float a, float b)