| /*============================================================================== |
| half_to_double_from_rfc7049.h -- interface to IETF float conversion code. |
| |
| Copyright (c) 2018-2020, Laurence Lundblade. All rights reserved. |
| Copyright (c) 2021, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| |
| See BSD-3-Clause license in file named "LICENSE" |
| |
| Created on 9/23/18 |
| ============================================================================*/ |
| |
| #ifndef half_to_double_from_rfc7049_h |
| #define half_to_double_from_rfc7049_h |
| |
| #ifndef USEFULBUF_DISABLE_ALL_FLOAT |
| double decode_half(const unsigned char *halfp); |
| #endif /* USEFULBUF_DISABLE_ALL_FLOAT */ |
| |
| #endif /* half_to_double_from_rfc7049_h */ |