Skip to content

Commit

Permalink
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-buildbot committed May 5, 2024
1 parent 42458a5 commit 86bcbe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stan/math/prim/fun/inv_sqrt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ inline auto inv_sqrt(const Container& x) {
template <typename Container, require_not_var_matrix_t<Container>* = nullptr,
require_container_st<std::is_arithmetic, Container>* = nullptr>
inline auto inv_sqrt(const Container& x) {

// Eigen 3.4.0 has precision issues on ARM64 with vectorised rsqrt
// Resolved in current master branch, below can be removed on next release
#ifdef __aarch64__
Expand Down

0 comments on commit 86bcbe8

Please sign in to comment.