Dhairya Malhotra hace 6 años
padre
commit
4b01cbfbd9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: