Add missing statement.

Didn't copy this across, good thing CI caught it.
master
Robert Chisholm ago%!(EXTRA string=4 years)
parent aa7380ae12
commit 948ac3b825
  1. 1
      glm/simd/platform.h

@ -80,6 +80,7 @@
#define GLM_COMPILER_CUDA75 0x10000001
#define GLM_COMPILER_CUDA80 0x10000002
#define GLM_COMPILER_CUDA90 0x10000004
#define GLM_COMPILER_CUDA_RTC 0x10000100
// SYCL
#define GLM_COMPILER_SYCL 0x00300000

Loading…
Cancel
Save