Skip to content
Snippets Groups Projects
Commit 967d1f2f authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Added sin cos visc dummy functions to visc.h

parent 48c56457
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,8 @@ int __visc__atomic_xor(int*, int);
float __visc__floor(float);
float __visc__rsqrt(float);
float __visc__sqrt(float);
float __visc__sin(float);
float __visc__cos(float);
// unsigned int
//unsigned __visc__atomic_cmpxchg(unsigned*, unsigned, unsigned);
//unsigned __visc__atomic_add(unsigned*, unsigned);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment