diff mbox series

[meta-oe,04/36] cglm: upgrade 0.9.2 -> 0.9.4

Message ID 1717664795-13902-4-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/36] atkmm-2.36: upgrade 2.36.2 -> 2.36.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2024, 9:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Struct API glms_ray_at incorrect dir para
- dont use I macro defined in standard
- improve docs
- separate SSE and SSE2
- make Fasth math work both on SSE and SSE2, make -0.0f run on SSE + fast math
- make some failing test pass when fast math is on
- dont validate nan and inf on fast math
- add note to enable config where may not work is some environments
- alignment
- fix some doc typos & warnings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-graphics/cglm/{cglm_0.9.2.bb => cglm_0.9.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/cglm/{cglm_0.9.2.bb => cglm_0.9.4.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/cglm/cglm_0.9.2.bb b/meta-oe/recipes-graphics/cglm/cglm_0.9.4.bb
similarity index 93%
rename from meta-oe/recipes-graphics/cglm/cglm_0.9.2.bb
rename to meta-oe/recipes-graphics/cglm/cglm_0.9.4.bb
index b503c6ed9..6fcc07d92 100644
--- a/meta-oe/recipes-graphics/cglm/cglm_0.9.2.bb
+++ b/meta-oe/recipes-graphics/cglm/cglm_0.9.4.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8dc95c4110ba741c43832734b51b7de7"
 
 SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https"
 # Tag v0.9.1
-SRCREV = "c8781615183ce3cb4f5d72caf70f2c01d7d4d2af"
+SRCREV = "1796cc5ce298235b615dc7a4750b8c3ba56a05dd"
 
 S = "${WORKDIR}/git"