Fix typos and code style (space to tab).
This commit is contained in:
parent
1079444f7e
commit
2a8822865c
@ -539,9 +539,9 @@
|
||||
|
||||
namespace glm {
|
||||
namespace std {
|
||||
// import sycl function into the namespace glm::std to force their usages.
|
||||
// It's important to use the builtin intrinsics (sin, exp, ...)
|
||||
// of sycl instead the std ones.
|
||||
// Import SYCL's functions into the namespace glm::std to force their usages.
|
||||
// It's important to use the math built-in function (sin, exp, ...)
|
||||
// of SYCL instead the std ones.
|
||||
using namespace cl::sycl;
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user