Fix typos and code style (space to tab).

master
rhoarau ago%!(EXTRA string=6 years)
parent 1079444f7e
commit 2a8822865c
  1. 6
      glm/detail/setup.hpp

@ -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…
Cancel
Save