Commit bd2b368f by Bernhard Kerbl

Linux fix

parent 476615b0
...@@ -26,7 +26,7 @@ __device__ constexpr float SH_C3[] = { ...@@ -26,7 +26,7 @@ __device__ constexpr float SH_C3[] = {
-0.5900435899266435f -0.5900435899266435f
}; };
__forceinline __host__ __device__ float ndc2Pix(float v, int S) __forceinline __device__ float ndc2Pix(float v, int S)
{ {
return ((v + 1.0) * S - 1.0) * 0.5; return ((v + 1.0) * S - 1.0) * 0.5;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment