mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Remove a preprocessor debug message and correct the readme
This commit is contained in:
parent
8fb71ffd07
commit
1079444f7e
@ -410,7 +410,6 @@
|
|||||||
#if GLM_COMPILER & GLM_COMPILER_CUDA
|
#if GLM_COMPILER & GLM_COMPILER_CUDA
|
||||||
# define GLM_CUDA_FUNC_DEF __device__ __host__
|
# define GLM_CUDA_FUNC_DEF __device__ __host__
|
||||||
# define GLM_CUDA_FUNC_DECL __device__ __host__
|
# define GLM_CUDA_FUNC_DECL __device__ __host__
|
||||||
#error "oops cuda shit"
|
|
||||||
#else
|
#else
|
||||||
# define GLM_CUDA_FUNC_DEF
|
# define GLM_CUDA_FUNC_DEF
|
||||||
# define GLM_CUDA_FUNC_DECL
|
# define GLM_CUDA_FUNC_DECL
|
||||||
|
@ -15,7 +15,7 @@ This library works perfectly with *[OpenGL](https://www.opengl.org)* but it also
|
|||||||
- [LLVM](http://llvm.org/) 3.4 and higher
|
- [LLVM](http://llvm.org/) 3.4 and higher
|
||||||
- [Visual C++](http://www.visualstudio.com/) 2013 and higher
|
- [Visual C++](http://www.visualstudio.com/) 2013 and higher
|
||||||
- [CUDA](https://developer.nvidia.com/about-cuda) 7.0 and higher (experimental)
|
- [CUDA](https://developer.nvidia.com/about-cuda) 7.0 and higher (experimental)
|
||||||
- [SYCL](https://www.khronos.org/sycl/) 1.2.1 and higher (experimental: only [ComputeCpp](https://codeplay.com/products/computesuite/computecpp) has been tested).
|
- [SYCL](https://www.khronos.org/sycl/) (experimental: only [ComputeCpp](https://codeplay.com/products/computesuite/computecpp) implementation has been tested).
|
||||||
- Any C++11 compiler
|
- Any C++11 compiler
|
||||||
|
|
||||||
For more information about *GLM*, please have a look at the [manual](manual.md) and the [API reference documentation](http://glm.g-truc.net/0.9.8/api/index.html).
|
For more information about *GLM*, please have a look at the [manual](manual.md) and the [API reference documentation](http://glm.g-truc.net/0.9.8/api/index.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user