diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-06 17:06:03 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 09:11:55 -0700 |
commit | 3349add908e2d588f489b0ef09400d5d3d879220 (patch) | |
tree | dd7d0f88b0f539b4acfda6c9a07fea02db0fc68d /meta-oe/recipes-graphics | |
parent | cbd98eb9aa83f2f21987522aedf2973ca6bb377f (diff) | |
download | meta-openembedded-3349add908e2d588f489b0ef09400d5d3d879220.tar.gz |
cglm: upgrade 0.9.2 -> 0.9.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/cglm/cglm_0.9.4.bb (renamed from meta-oe/recipes-graphics/cglm/cglm_0.9.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/cglm/cglm_0.9.2.bb b/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" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https" |
12 | # Tag v0.9.1 | 12 | # Tag v0.9.1 |
13 | SRCREV = "c8781615183ce3cb4f5d72caf70f2c01d7d4d2af" | 13 | SRCREV = "1796cc5ce298235b615dc7a4750b8c3ba56a05dd" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||