Dhairya Malhotra 6 years ago
parent
commit
4b01cbfbd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/sctl/vec.hpp

+ 1 - 0
include/sctl/vec.hpp

@@ -596,6 +596,7 @@ namespace SCTL_NAMESPACE {
       }
 
       template <class Vec> friend Vec RoundReal2Real(const Vec& x);
+      template <class Vec> friend void sincos_intrin(Vec& sinx, Vec& cosx, const Vec& x);
 
     private: