Hi!

It's been a while since I've been here, but I'm sharing a new update for fast-float up to version 8.2.3 (we currently have 6.1.1 in the ports section), which is necessary for building libplacebo.

The update offers several interesting improvements, including:

- Improved support for s390x and RISC-V
- Support for 16-bit floats
- Fixes for compilation using clang

I'm also taking this opportunity to update my email.

--
*****************************************************
Dios en su Cielo, todo bien en la Tierra
diff --git a/devel/fast-float/Makefile b/devel/fast-float/Makefile
index a447b28..3c6120d 100644
--- a/devel/fast-float/Makefile
+++ b/devel/fast-float/Makefile
@@ -1,6 +1,6 @@
 COMMENT =	fast and exact implementation of from_chars for float/double
 
-V =		6.1.1
+V =		8.2.3
 PKGNAME =	fast-float-${V}
 GH_TAGNAME =	v${V}
 GH_ACCOUNT =	fastfloat
@@ -8,7 +8,7 @@ GH_PROJECT =	fast_float
 
 CATEGORIES =	devel
 
-MAINTAINER =	Jose Maldonado <[email protected]>
+MAINTAINER =	Jose Maldonado <[email protected]>
 
 # Apache 2.0, Boost 1.0, or MIT
 PERMIT_PACKAGE =	Yes
diff --git a/devel/fast-float/distinfo b/devel/fast-float/distinfo
index 8ab3a90..6dca0d4 100644
--- a/devel/fast-float/distinfo
+++ b/devel/fast-float/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fast_float-6.1.1.tar.gz) = EBWaSli6lf6TicPJf+femlQ2IqoNzBLdk1bXVempTLQ=
-SIZE (fast_float-6.1.1.tar.gz) = 97641
+SHA256 (fast_float-8.2.3.tar.gz) = +oEQdrrXtxUc6CYAWnITlxyHmxku5FBacBbIQTA4wtA=
+SIZE (fast_float-8.2.3.tar.gz) = 121573

Reply via email to