OWL
OptiX7 Wrapper Library
owl::common::polymorphic Namespace Reference

Functions

__both__ float sqrt (const float f)
 
__both__ double sqrt (const double d)
 
__both__ float rsqrt (const float f)
 
__both__ double rsqrt (const double d)
 

Detailed Description

namespace that offers polymorphic overloads of functions like sqrt, rsqrt, sin, cos, etc (that vary based on float vs double), and that is NOT in a default namespace where ti would/could clash with cuda or system-defines of the same name

  • TODO: make sure that cos, sin, abs, etc are also properly handled here.

Function Documentation

◆ rsqrt() [1/2]

__both__ double owl::common::polymorphic::rsqrt ( const double  d)
inline

◆ rsqrt() [2/2]

__both__ float owl::common::polymorphic::rsqrt ( const float  f)
inline

◆ sqrt() [1/2]

__both__ double owl::common::polymorphic::sqrt ( const double  d)
inline

◆ sqrt() [2/2]

__both__ float owl::common::polymorphic::sqrt ( const float  f)
inline