commit | 9682a53836e12960bfc7da193e7c6415370e56fe | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 06 18:33:04 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 06 18:33:04 2020 -0700 |
tree | 477d0809e2d9bf3dba75296b42fd5fc018610f9d | |
parent | 90196436ec72175449ef165be4cc04b8ce20d735 [diff] [blame] |
more thorough removal of float
diff --git a/test/float_tests.h b/test/float_tests.h index f777156..50f3e8a 100644 --- a/test/float_tests.h +++ b/test/float_tests.h
@@ -15,11 +15,15 @@ #include <stdint.h> +#ifndef QCBOR_CONFIG_DISABLE_ENCODE_IEEE754 + int32_t HalfPrecisionDecodeBasicTests(void); int32_t DoubleAsSmallestTest(void); int32_t HalfPrecisionAgainstRFCCodeTest(void); +#endif /* QCBOR_CONFIG_DISABLE_ENCODE_IEEE754 */ + #endif /* float_tests_h */