Skip to content

Commit

Permalink
Refurbish max/min familly functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap authored Mar 12, 2024
1 parent b18723f commit 954b23c
Show file tree
Hide file tree
Showing 150 changed files with 1,946 additions and 4,497 deletions.
2 changes: 1 addition & 1 deletion include/eve/module/core/decorator/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace eve
inline constexpr auto as_option(kind_1_type const&) { return kind_12; }
inline constexpr auto as_option(kind_2_type const&) { return kind_22; }
inline constexpr auto as_option(musl_type const&) { return musl2; }
inline constexpr auto as_option(numeric_type const&) { return numeric; }
inline constexpr auto as_option(numeric_type const&) { return numeric2; }
inline constexpr auto as_option(p_kind_type const&) { return p_kind2; }
inline constexpr auto as_option(pedantic_type const&) { return pedantic2; }
inline constexpr auto as_option(plain_type const&) { return plain2; }
Expand Down
2 changes: 1 addition & 1 deletion include/eve/module/core/decorator/numeric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ using numeric_type = decorated<numeric_()>;
//!
//! @}
//================================================================================================
inline constexpr numeric_type const numeric = {};
[[maybe_unused]] inline constexpr numeric_type const numeric = {};
}
11 changes: 0 additions & 11 deletions include/eve/module/core/numeric/absmax.hpp

This file was deleted.

11 changes: 0 additions & 11 deletions include/eve/module/core/numeric/absmin.hpp

This file was deleted.

12 changes: 0 additions & 12 deletions include/eve/module/core/numeric/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//==================================================================================================
#pragma once

#include <eve/module/core/numeric/absmax.hpp>
#include <eve/module/core/numeric/absmin.hpp>
#include <eve/module/core/numeric/fam.hpp>
#include <eve/module/core/numeric/fanm.hpp>
#include <eve/module/core/numeric/fma.hpp>
Expand All @@ -20,13 +18,3 @@
#include <eve/module/core/numeric/is_equal.hpp>
#include <eve/module/core/numeric/is_not_equal.hpp>
#include <eve/module/core/numeric/lerp.hpp>
#include <eve/module/core/numeric/max.hpp>
#include <eve/module/core/numeric/maxabs.hpp>
#include <eve/module/core/numeric/maxmag.hpp>
#include <eve/module/core/numeric/min.hpp>
#include <eve/module/core/numeric/minabs.hpp>
#include <eve/module/core/numeric/minmag.hpp>
#include <eve/module/core/numeric/negabsmax.hpp>
#include <eve/module/core/numeric/negabsmin.hpp>
#include <eve/module/core/numeric/negmaxabs.hpp>
#include <eve/module/core/numeric/negminabs.hpp>
54 changes: 0 additions & 54 deletions include/eve/module/core/numeric/impl/absmax.hpp

This file was deleted.

55 changes: 0 additions & 55 deletions include/eve/module/core/numeric/impl/absmin.hpp

This file was deleted.

83 changes: 0 additions & 83 deletions include/eve/module/core/numeric/impl/max.hpp

This file was deleted.

57 changes: 0 additions & 57 deletions include/eve/module/core/numeric/impl/maxabs.hpp

This file was deleted.

47 changes: 0 additions & 47 deletions include/eve/module/core/numeric/impl/maxmag.hpp

This file was deleted.

Loading

0 comments on commit 954b23c

Please sign in to comment.