aboutsummaryrefslogtreecommitdiff
path: root/softfloat/softfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'softfloat/softfloat.h')
-rwxr-xr-xsoftfloat/softfloat.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/softfloat/softfloat.h b/softfloat/softfloat.h
index a7ea248..3eddeed 100755
--- a/softfloat/softfloat.h
+++ b/softfloat/softfloat.h
@@ -2,6 +2,10 @@
#ifndef softfloat_h
#define softfloat_h
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*** UPDATE COMMENTS. ***/
/*============================================================================
@@ -221,5 +225,9 @@ bool f128_le_quiet( float128_t, float128_t );
bool f128_lt_quiet( float128_t, float128_t );
bool f128_isSignalingNaN( float128_t );
+#ifdef __cplusplus
+}
+#endif
+
#endif