Recep Aslantas
c221f8883a
struct: provide option to omit struct api namespace e.g. glms_ and an …
2023-04-09 17:20:38 +03:00
Recep Aslantas
ea8ef4a3c9
struct: provide option to omit struct api namespace e.g. glms_ and an option to add s suffix e.g. mat4s_mul if preferred
2023-04-09 14:28:05 +03:00
Recep Aslantas
0b3049dca0
utility to print selected simd path (docs)
2023-04-08 01:03:31 +03:00
Recep Aslantas
a542d54fca
utility to print selected simd path
2023-04-08 00:59:06 +03:00
Recep Aslantas
1d51459a4f
Merge pull request #287 from krishna2803/patch-1
...
Updated parameter name (d -> dest)
2023-04-02 14:00:14 +03:00
krishna2803
6e35d927eb
Updated parameter name (d -> dest)
2023-04-02 16:20:45 +05:30
Recep Aslantas
92a8e38162
vscode settings
2023-03-23 23:18:08 +03:00
Recep Aslantas
dd3c3ceae0
Merge pull request #280 from recp/win32-msvc-arm-neon
...
fix building ARM NEON on windows & msvc
2023-03-16 13:19:47 +03:00
Recep Aslantas
77b4c5cffb
reset visual studio tool verisons
2023-03-16 13:16:24 +03:00
Recep Aslantas
e276b5b405
Update intrin.h
2023-03-14 09:54:32 +03:00
Recep Aslantas
13ed79a61a
arm: fix checking arm64
2023-03-12 16:43:47 +03:00
Recep Aslantas
ba993b3ea9
arm: use intrin to set/init vec4 as @gottfriedleibniz suggests
2023-03-11 14:15:30 +03:00
Recep Aslantas
4a6fc485fd
use CGLM_SIMD_NEON instead of CGLM_NEON_FP
2023-03-09 22:16:39 +03:00
Recep Aslantas
9ed325018d
Update intrin.h
2023-03-09 22:06:20 +03:00
Recep Aslantas
a30baffafa
arm: update ARM/NEON macros
2023-03-09 21:56:25 +03:00
Recep Aslantas
8a117017ea
fix building ARM NEON on windows & msvc
2023-03-07 13:11:08 +03:00
Recep Aslantas
799749fc6a
Merge pull request #279 from NeRdTheNed/master
...
Check for builtin before using it
2023-03-07 03:44:36 +03:00
Ned Loynd
f4c9ddf530
Check for builtin before using it
...
The check for __has_builtin being defined and using the __has_builtin() macro need to be on different lines, as when __has_builtin is not defined, using the __has_builtin() macro is an invalid preprocessor directive.
2023-03-07 10:17:44 +11:00
Recep Aslantas
bc8dc72739
now working on v0.9.0
2023-02-08 18:12:23 +03:00
Recep Aslantas
3eafc599ac
Merge pull request #277 from Ransel117/patch-1
...
Fixed glm_mat4_mulv3
2023-02-08 18:09:58 +03:00
Ransel117
7fba424f64
Fixed glm_mat4_mulv3
...
Fixed it so that the function has all of it's parameters in the comments
2023-02-05 20:57:36 +01:00
Recep Aslantas
c51040cd41
Merge pull request #276 from recp/cmake-fix-buildtype
...
cmake: prevent overriding CMAKE_BUILD_TYPE if it is subdirectory
v0.8.9
2023-01-27 21:01:54 +03:00
Recep Aslantas
9fc3a20d0f
cmake: prevent overriding CMAKE_BUILD_TYPE if it is subdirectory
2023-01-26 11:07:08 +03:00
Recep Aslantas
7f1c062696
Merge pull request #274 from duarm/master
...
Adding initialization macros for ivec types
2023-01-17 21:07:32 +03:00
duarm
e70571e9e0
ivec initialization macros docs, fixing vec2 macro docs
2023-01-15 20:52:18 -03:00
duarm
007ee48b58
adding initialization macros for ivec types
2023-01-15 20:47:40 -03:00
Recep Aslantas
38771599c7
Merge pull request #273 from JulianSchoenbaechler/fix-Wdouble-promotion
...
Make implicit double promotion/casting explicit (fixes #228 )
2022-12-31 21:18:40 +03:00
Julian Schönbächler
bfd87acfc4
Make double promotion in printf args explicit
...
Also use f-suffix on epsilon definitions for float comparisons.
2022-12-29 13:00:15 +01:00
Recep Aslantas
a38622e1d6
Merge pull request #272 from Artturin/revert259
...
Revert "fix: simplified pkgconfig generation"
2022-12-19 20:07:37 +03:00
Artturin
9c7012bb39
Revert "fix: simplified pkgconfig generation"
...
This reverts commit c7393f75c3 .
2022-12-19 00:22:55 +02:00
Recep Aslantas
71367b67cf
now working on v0.8.9
2022-12-14 14:12:29 +03:00
Recep Aslantas
3894ea32fb
Merge pull request #270 from suicvne/cglm-pc-fix-cmake
...
Switch CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR for cmake.pc
v0.8.8
2022-12-13 20:17:03 +03:00
Michael Santiago
a430408ec4
Switch CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR for cmake.pc install target
2022-12-13 10:59:54 -05:00
Recep Aslantas
3815e18fea
bring the fix https://github.com/recp/cglm/pull/269 outside Emscripten
2022-12-12 00:37:07 +03:00
Recep Aslantas
8b5eaa5301
Merge pull request #269 from KivApple/master
...
Fix missing abs declaration on Emscripten
2022-12-09 14:54:37 +03:00
Ivan Kolesikov
6037618942
Fix missing abs declaration on Emscripten
2022-12-09 00:24:53 +01:00
Recep Aslantas
c6d198d780
Merge pull request #268 from bl4ckb0ne/test-clamp-fix
...
test_clamp: use glm_eq for floating point comparison
2022-12-07 23:17:13 +03:00
Simon Zeni
d001593f9c
test_clamp: use glm_eq for floating point comparison
...
Fixes #266
2022-12-07 15:06:45 -05:00
Recep Aslantas
ac9461778c
possible fix for https://github.com/recp/cglm/issues/266
2022-12-07 12:57:26 +03:00
Recep Aslantas
0b3d227568
Merge branch 'master' of https://github.com/recp/cglm
2022-12-07 12:55:57 +03:00
Recep Aslantas
78236d24a1
now working on v0.8.8
2022-12-07 12:55:51 +03:00
Recep Aslantas
b41858f184
Merge pull request #265 from duarm/abs-functions
...
New abs functions for vec2, ivec2, ivec3, ivec4
2022-11-20 12:16:49 +03:00
duarm
60bf21ba43
add missing table of contents
2022-11-19 17:48:32 -03:00
duarm
2386cdcc19
docs
2022-11-19 17:46:08 -03:00
duarm
a0f01c5ed1
new abs functions for vec2, ivec2, ivec3, ivec4
2022-11-18 14:28:39 -03:00
Recep Aslantas
8cfc98d283
Merge branch 'master' of https://github.com/recp/cglm
v0.8.7
2022-10-26 23:15:54 +03:00
Recep Aslantas
074189163f
add missing struct affine functions and headers
2022-10-26 23:15:27 +03:00
Recep Aslantas
bfbd9ba1dc
add struct affine functions and headers
2022-10-26 23:13:36 +03:00
Recep Aslantas
89cee7912a
now working on v0.8.7
2022-10-26 23:12:52 +03:00
Recep Aslantas
da5c66d735
update affine-post.h
v0.8.6
2022-10-23 14:27:34 +03:00