Commit graph

  • bc5c6727f4
    simd constexpr vec: fix errors when building w/ gcc sharkautarch 2024-09-12 11:30:57 -04:00
  • 2c236f4e1a
    simd constexpr vec: allow SIMD bit to be set if GLM_SIMD_CONSTEXPR == 1 sharkautarch 2024-09-12 10:44:07 -04:00
  • 21b51c96f5
    constexpr simd vec: add constructor for vec1->vec[4,3,2] sharkautarch 2024-09-11 18:05:51 -04:00
  • d950f21404
    constexpr simd vec: fix more runtime issues sharkautarch 2024-09-11 14:25:21 -04:00
  • f0b305ce43
    simd constexpr vec: fix some compile-time and run-time issues sharkautarch 2024-09-11 14:09:50 -04:00
  • dfe35accb7
    simd constexpr vec: add test thingy sharkautarch 2024-09-11 13:41:33 -04:00
  • 8e86332b6b
    simd constexpr vec: fix all the compile errors sharkautarch 2024-09-11 13:40:08 -04:00
  • 02a5163276
    constexpr simd vec: add all the operators sharkautarch 2024-09-11 12:30:32 -04:00
  • 0614e7a150
    simd constexpr vec: support packed vecs sharkautarch 2024-09-11 11:22:55 -04:00
  • 9806342de0
    wip: constexpr vec (constructors) when using simd sharkautarch 2024-09-10 23:12:03 -04:00
  • 23551ae74e
    fix levels() calculation for scalars Janeczko Jakub 2024-09-09 02:27:13 +02:00
  • b30313ac30 Fix unused argument warning Adam Lusch 2024-09-03 17:35:27 -05:00
  • 437fe63665 Add missing template parameter Adam Lusch 2024-09-03 17:35:11 -05:00
  • 1926a11cac Test to reproduce build failure Adam Lusch 2024-09-03 17:34:19 -05:00
  • 0d8637447c typo in natvis name Clemens Fehr 2024-08-10 09:36:26 +02:00
  • 642057b32d use GLM_ASSERT_LENGTH in dual_quaternion component access Tr1NgleDev 2024-07-16 03:59:21 +08:00
  • f6230f8869 optimize vector component access Tr1NgleDev 2024-07-16 03:58:48 +08:00
  • 3e95fe093a update api documentation link in manual.md chenjiannan 2024-07-15 09:32:38 +08:00
  • 48bbac7951 Fix typos David Hu 2024-06-17 20:47:58 +08:00
  • fa5a2dc3ae
    Merge fcb626a122 into 33b4a621a6 Abdelrahman Ehab 2024-06-13 15:27:35 -04:00
  • b5d6cef28f export target abathur puppe 2024-06-09 12:34:31 +02:00
  • 33b4a621a6 Update GitHub Actions scribam 2024-05-31 09:52:03 +02:00
  • e52dc6a758 Update GitHub Actions scribam 2024-05-31 09:52:03 +02:00
  • b7e770e501 Fixed quaternion rotate Tea 2024-05-23 18:56:40 +02:00
  • 1945c2768a
    Merge branch 'g-truc:master' into master Sean Harmer 2024-05-16 09:06:07 +01:00
  • fcb626a122
    Update qualifier.hpp Abdelrahman Ehab 2024-05-07 23:37:31 +02:00
  • 0086bf8125
    Update func_integer.inl Abdelrahman Ehab 2024-05-07 23:24:15 +02:00
  • 45008b225e Fixed vec equality check function from the compute_vector_decl.hpp file Forest Fox 2024-04-18 07:31:23 +03:00
  • 65d6819650 Fixed vec equality check function from the compute_vector_decl.hpp file Forest Fox 2024-04-18 07:31:23 +03:00
  • 60ba1093d9 Merge commit '45f7e7513a86b38ca240bbc796fbf5090a26a0d9' into HEAD Steven French 2024-04-17 00:35:35 +12:00
  • 45f7e7513a wrap std::numeric_limits<>::min/max in brackets Steven French 2024-04-17 00:34:44 +12:00
  • a2844eede8 Use [[deprecated]] when CXX standard is at least 14 Tobias Markus 2024-04-08 21:13:08 +02:00
  • c00e7251e6 Use [[deprecated]] when CXX standard is at least 14 Tobias Markus 2024-04-08 21:13:08 +02:00
  • 0904870e37 Fix log2 func. qualifier Tom Kneiphof 2024-04-03 21:58:27 +02:00
  • 42a61be3e8 Fix log2 func. qualifier Tom Kneiphof 2024-04-03 21:58:27 +02:00
  • a9f29d9c4c Export symbols when compiling glm as shared lib Sean Harmer 2024-03-20 15:05:29 +00:00
  • 4137519418 Simd improvement Laurent Caumont 2023-12-22 17:24:37 +01:00
  • f5cd765d3e Simd improvement Laurent Caumont 2023-12-22 17:24:37 +01:00
  • ab913bbdd0 Add value_ptr method for vec1 types Tom Kneiphof 2024-03-07 18:54:34 +01:00
  • c32a481dd4 Fix additional clang issues Tom Kneiphof 2024-03-07 18:46:03 +01:00
  • 05c93eeae0 Use value_ptr in packing.inl Tom Kneiphof 2024-03-07 17:20:08 +01:00
  • 0df8dcb454 Supporess unused-variable warnings Tom Kneiphof 2024-03-07 18:06:10 +01:00
  • 08a11905cf Fix sign-compare warnings Tom Kneiphof 2024-03-07 17:48:46 +01:00
  • c48d16b911 Fix sequence-point warnings Tom Kneiphof 2024-03-07 17:29:53 +01:00
  • c7095de3de Add value_ptr method for vec1 types memcpy_value_ptr Tom Kneiphof 2024-03-07 18:54:34 +01:00
  • d9de805b6a Fix additional clang issues Tom Kneiphof 2024-03-07 18:46:03 +01:00
  • 357804af06 Use value_ptr in packing.inl Tom Kneiphof 2024-03-07 17:20:08 +01:00
  • b793c6f8cf Supporess unused-variable warnings Tom Kneiphof 2024-03-07 18:06:10 +01:00
  • bc67f1764c Fix sign-compare warnings Tom Kneiphof 2024-03-07 17:48:46 +01:00
  • 986255cdec Fix sequence-point warnings Tom Kneiphof 2024-03-07 17:29:53 +01:00
  • 7a812397a2 Disable unit tests by default to avoid C.I. time out Christophe 2024-03-05 15:47:05 +01:00
  • 3dd9608252 Disable unit tests by default to avoid C.I. time out unit-test-disabled-by-default Christophe 2024-03-05 15:47:05 +01:00
  • 61caae4d05 Fix GTX_norm cyclic include Christophe 2024-03-05 18:38:38 +01:00
  • e009bcbe7c Update hash.hpp to detect msvc Aaron Brady 2024-02-19 22:29:16 -08:00
  • 07a4de18e2 Merge branch 'patch-1' of github.com:abrady/glm into fix-hash Christophe 2024-03-05 18:52:03 +01:00
  • ab2d7b4291 Release: Light releases are 'normal' release packages Christophe 2024-03-05 15:53:12 +01:00
  • 2e4f01ab45 Fix GTX_norm cyclic include Christophe 2024-03-05 18:38:38 +01:00
  • 7a30ca1b83 Release: Light releases are 'normal' release packages Christophe 2024-03-05 15:53:12 +01:00
  • 49942a611c Fixed typos Noah Hitz 2024-03-04 14:54:45 +01:00
  • dcc5cfdc4a Cast clock_t to match printf format specifier Dmitry Marakasov 2024-03-01 20:22:31 +03:00
  • 8b3ed7ae36 Fixed typos Noah Hitz 2024-03-04 14:54:45 +01:00
  • c909b5ba37
    Remove -Werror in tests Dmitry Marakasov 2024-03-01 20:27:44 +03:00
  • c5896300ee
    Cast clock_t to match printf format specifier Dmitry Marakasov 2024-03-01 20:22:31 +03:00
  • f8df2f3e2e Trying to fix C.I. timeout... Christophe 2024-02-27 18:19:47 +01:00
  • be3beb7788 Disable test that time out on C.I.? Christophe 2024-02-27 12:43:31 +01:00
  • 0892ccd214 Quicker tests for C.I. Christophe 2024-02-27 10:28:57 +01:00
  • 1f25000a30 Quicker unit tests Christophe 2024-02-26 23:55:50 +01:00
  • b9424441b1 Add automatic release Christophe 2024-02-26 15:56:05 +01:00
  • 3ac3589ed2 Fix GTX_number_precision build #1258 Christophe 2024-02-26 15:46:44 +01:00
  • 0af55ccecd Trying to fix C.I. timeout... 1.0.1 Christophe 2024-02-27 18:19:47 +01:00
  • 813ad827c9 Disable test that time out on C.I.? Christophe 2024-02-27 12:43:31 +01:00
  • 838ac10364 Quicker tests for C.I. Christophe 2024-02-27 10:28:57 +01:00
  • c043567971 Quicker unit tests Christophe 2024-02-26 23:55:50 +01:00
  • 106f153d49 Add automatic release Christophe 2024-02-26 15:56:05 +01:00
  • db32f02ea2 Fix GTX_number_precision build #1258 Christophe 2024-02-26 15:46:44 +01:00
  • 1b79f583f6
    Update hash.hpp to detect msvc Aaron Brady 2024-02-19 22:29:16 -08:00
  • c9cf761f4d Added C++17 [[nodiscard]] support #1252 diego.mateos 2024-02-15 10:14:56 +01:00
  • adf31f555e Revert SIMD improv 7f2a5b89b3 Christophe 2024-02-13 21:43:57 +01:00
  • 93c04df2d7
    Update number_precision.hpp - number_precision.inl has been deleted ianf79 2024-02-14 09:23:52 +00:00
  • 2b055759e4 Revert SIMD improv 7f2a5b89b3 Christophe 2024-02-13 21:43:57 +01:00
  • 5d73e17e58 Added C++17 [[nodiscard]] support #1217 Christophe 2024-02-08 22:26:26 +01:00
  • 1ac95994c4 Fixed SIMD smoothstep Christophe 2024-02-08 21:46:37 +01:00
  • ff62f3b580 Added C++17 [[nodiscard]] support #1217 Christophe 2024-02-08 22:26:26 +01:00
  • 1f93ff5dd3 init fork projects Thomas Ray 2024-02-09 22:00:16 -05:00
  • 7ba171e2b3 gni EXT_packing Christophe 2024-02-09 14:22:15 +01:00
  • b101e8f3de Fixed SIMD implementation #1222 Christophe 2024-02-08 21:31:06 +01:00
  • 9356f40830 Fixed SIMD smoothstep Christophe 2024-02-08 21:46:37 +01:00
  • 320c108205 Fixed SIMD implementation #1222 Christophe 2024-02-08 21:31:06 +01:00
  • 90f2b025b1 Fixed EXT_matrix_transform inverted shear matrix multiple #1140 #1182 Christophe 2023-12-21 18:54:34 +01:00
  • 7adb4a5040 changelog: Added aligned_*vec3 simd support #1245 Christophe 2024-02-08 20:40:56 +01:00
  • 9e72e5ae67 Fix and ignore warnings Christophe 2024-02-07 14:33:10 +01:00
  • 7f2a5b89b3 Simd improvement Laurent Caumont 2023-12-22 17:24:37 +01:00
  • cf33216f1e Fixed EXT_matrix_transform inverted shear matrix multiple #1140 #1182 Christophe 2023-12-21 18:54:34 +01:00
  • 035d94f8a3
    Merge f871bd1928 into 88a6ed6ee1 Diego Mateos 2024-02-08 15:40:48 +01:00
  • 072917fe05 Fix and ignore warnings Christophe 2024-02-07 14:33:10 +01:00
  • 0d9f5cfaa3 Simd improvement Laurent Caumont 2023-12-22 17:24:37 +01:00
  • 88a6ed6ee1 Visual C++: Enables /Wall Christophe 2024-02-06 19:47:35 +01:00
  • 555b67ab2b Visual C++: Enables /Wall Christophe 2024-02-06 19:47:35 +01:00
  • 4eb3fe1d7d fcomp: Fix build in C++98 mode Christophe 2024-02-06 16:24:25 +01:00
  • c9ca4dc77c Implementing fcompMin / fcompMax, closes g-truc/glm#1215 Maximilian Sackel 2024-01-25 11:17:00 +01:00