Fix typos and code style (space to tab).

This commit is contained in:
rhoarau 2019-06-16 13:33:02 +02:00
parent 1079444f7e
commit 2a8822865c

View File

@ -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;
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////