Update dependency org.joml:joml to v1.10.8 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.5→1.10.8Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
JOML-CI/JOML (org.joml:joml)
v1.10.8Compare Source
Fixes
v1.10.7Compare Source
Miscellaneous
9c6fcd4)v1.10.6Compare Source
Breaking Changes
ff3a0f5)The above is potentially a breaking change for you whenever you use JOML without disabling sun.misc.Unsafe support to get a matrix's, quaternion's or vector's components into a NIO Buffer whose byte order is not nativeOrder() (the default for NIO Buffers created via methods in the JDK's class library is always BIG_ENDIAN). If you use other means, like LWJGL, to create NIO Buffers, there will be no problem.
Additions
03cbd5e)9f67120)75d60fd)de9186c,5799e75)18d6790)158c926)3947657)d93db9b)4072dff)4b55bac)158c926)d475251,75d60fd,bbc988e)7dc7156)Fixes
933eb41)ff3a0f5)cc58108)8773210)thiswas affine - (eab54cb)be7efd4)Miscellaneous
b36a5cc)0f66b42)52c7d15)422242d,11734ad)when
-Djoml.useFmais used - (f830b0c)ebe6de9)da75414)afb0e79)22d6fc1,534d472,d3912cf,72c45e4)5b4d4c2)b2d3c67)9672295)ec0a6ed)cf78987,f477e8a,b75674d,3539950)1288c5d)4dcb53f)4fe6e9d,8e47794,e903fad,a8c326e,bbcd698,ebd13a3,8bcc1b2,09be171,4fdf196,9a172b1)The above is currently only available in the
org.joml:joml-experimentalMaven artifact and has a few restrictions:However, the performance benefits are quite dramatic. E.g. Matrix4f inversion is almost three times as fast and Matrix4f multiplication almost 4.5 times as fast.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.