Files
hailort/common/include/stdfloat.h
HailoRT-Automation 542ba8f3cd v4.20.0 (#22)
2024-12-31 12:38:33 +02:00

17 lines
346 B
C

/**
* Copyright (c) 2019-2024 Hailo Technologies Ltd. All rights reserved.
* Distributed under the MIT license (https://opensource.org/licenses/MIT)
**/
/**
* @file stdfloat.h
* @brief Defines fixed-size float types.
**/
#ifndef _STDFLOAT_H
#define _STDFLOAT_H
typedef float float32_t;
typedef double float64_t;
#endif /* _STDFLOAT_H */