From: Wang Mingyu <[email protected]> Changelog: =========== - Unroll the integer-part digit scan (straight-line for the common 1-5 digit case) - Add a 4-digit SWAR follow-up to loop_parse_if_eight_digits (clang) - Parallelize the exhaustive float32 sweeps across hardware threads (~75-88x) - Fix spelling - Fix compile error in clang<10: fails on pragma -Wc++20-extensions
Signed-off-by: Wang Mingyu <[email protected]> --- .../fastfloat/{fastfloat_8.2.5.bb => fastfloat_8.2.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/fastfloat/{fastfloat_8.2.5.bb => fastfloat_8.2.8.bb} (90%) diff --git a/meta/recipes-devtools/fastfloat/fastfloat_8.2.5.bb b/meta/recipes-devtools/fastfloat/fastfloat_8.2.8.bb similarity index 90% rename from meta/recipes-devtools/fastfloat/fastfloat_8.2.5.bb rename to meta/recipes-devtools/fastfloat/fastfloat_8.2.8.bb index cbd7151f85..761bab84d7 100644 --- a/meta/recipes-devtools/fastfloat/fastfloat_8.2.5.bb +++ b/meta/recipes-devtools/fastfloat/fastfloat_8.2.8.bb @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/fastfloat/fast_float.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "05087a303dad9c98768b33c829d398223a649bc6" +SRCREV = "e8ec8e8f34bd6142efdbf4c714734dcff51ea9ac" inherit cmake -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238332): https://lists.openembedded.org/g/openembedded-core/message/238332 Mute This Topic: https://lists.openembedded.org/mt/119737176/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
