Skip to content

Commit

Permalink
Merge pull request #655 from xtensor-stack/fix/add-missing-scalar-fun…
Browse files Browse the repository at this point in the history
…ctions

Add some missing scalar functions
  • Loading branch information
JohanMabille authored Dec 13, 2021
2 parents 26ed1eb + 94d68ba commit 610ec70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/xsimd/arch/xsimd_scalar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace xsimd
using std::atanh;
using std::cbrt;
using std::ceil;
using std::conj;
using std::copysign;
using std::cos;
using std::cosh;
Expand All @@ -63,6 +64,7 @@ namespace xsimd
using std::modf;
using std::nearbyint;
using std::nextafter;
using std::norm;
using std::proj;
using std::remainder;
using std::rint;
Expand Down

0 comments on commit 610ec70

Please sign in to comment.