]> git.proxmox.com Git - rustc.git/blobdiff - src/compiler-rt/test/builtins/Unit/addsf3vfp_test.c
Imported Upstream version 1.6.0+dfsg1
[rustc.git] / src / compiler-rt / test / builtins / Unit / addsf3vfp_test.c
index 95e057c363052cb151ac24cf8c392215b349abe3..4b3dcccac4d33c2d9e7db0ae044177dec41b89ec 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
+#include "int_lib.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
 
 
-extern float __addsf3vfp(float a, float b);
+extern COMPILER_RT_ABI float __addsf3vfp(float a, float b);
 
 #if __arm__
 int test__addsf3vfp(float a, float b)