tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
float_denorm_style.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_LIMITS_FLOAT_DENORM_STYLE_HPP
5#define TETL_LIMITS_FLOAT_DENORM_STYLE_HPP
6
7namespace etl {
8
13};
14
15} // namespace etl
16
17#endif // TETL_LIMITS_FLOAT_DENORM_STYLE_HPP
Definition adjacent_find.hpp:9
float_denorm_style
Definition float_denorm_style.hpp:9
@ denorm_present
Definition float_denorm_style.hpp:12
@ denorm_absent
Definition float_denorm_style.hpp:11
@ denorm_indeterminate
Definition float_denorm_style.hpp:10