Index: crosstest/test_arith.h |
diff --git a/crosstest/test_arith.h b/crosstest/test_arith.h |
index 996d962f5df8ae22c15749d70f6ef2c9da1c58a6..b4c2c3743172d89b8c2c1c75a84fb0c7daff5470 100644 |
--- a/crosstest/test_arith.h |
+++ b/crosstest/test_arith.h |
@@ -27,3 +27,6 @@ double myFrem(double a, double b); |
double test##inst(double a, double b); |
FPOP_TABLE |
#undef X |
+ |
+float mySqrt(float a); |
+double mySqrt(double a); |