|
|
@ -539,9 +539,9 @@ |
|
|
|
|
|
|
|
|
|
|
|
namespace glm { |
|
|
|
namespace glm { |
|
|
|
namespace std { |
|
|
|
namespace std { |
|
|
|
// import sycl function into the namespace glm::std to force their usages.
|
|
|
|
// Import SYCL's functions into the namespace glm::std to force their usages.
|
|
|
|
// It's important to use the builtin intrinsics (sin, exp, ...)
|
|
|
|
// It's important to use the math built-in function (sin, exp, ...)
|
|
|
|
// of sycl instead the std ones.
|
|
|
|
// of SYCL instead the std ones.
|
|
|
|
using namespace cl::sycl; |
|
|
|
using namespace cl::sycl; |
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|