v4.6.0
This commit is contained in:
16
common/include/stdfloat.h
Normal file
16
common/include/stdfloat.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright (c) 2020-2022 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 */
|
||||
Reference in New Issue
Block a user