Skip to content

Commit

Permalink
Add some missing scalar functions
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Dec 12, 2021
1 parent dbba514 commit 94d68ba
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 94d68ba

Please sign in to comment.