Skip to content

Commit

Permalink
#13385: Consolidate nested namespace as suggested by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh8 committed Oct 16, 2024
1 parent bc25616 commit 6426559
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

using namespace sfpi;

namespace ckernel {
namespace sfpu {
namespace ckernel::sfpu {

inline vInt float_to_int31(vFloat v) {
vInt q = float_to_int16(v * 0x1p-15f, 0);
Expand All @@ -35,5 +34,4 @@ void calculate_round() {
}
}

} // namespace sfpu
} // namespace ckernel
} // namespace ckernel::sfpu

0 comments on commit 6426559

Please sign in to comment.