golang-github-x448-float16 0.8.4-3 source package in Ubuntu

Changelog

golang-github-x448-float16 (0.8.4-3) unstable; urgency=medium

  * Extend timeout for running tests to prevent spurious build failures on
    slower hardware

 -- Mathias Gibbens <email address hidden>  Sun, 28 Nov 2021 20:29:30 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-x448-float16_0.8.4-3.dsc 2.2 KiB 634a0c171a3270e7b45a917e32e505b4ab9de5e2aa99df1ee761ec5284202f66
golang-github-x448-float16_0.8.4.orig.tar.gz 12.8 KiB 592d5764a2e2910915b0c3decc79147723a8c3305b7a87401f1679952da963b2
golang-github-x448-float16_0.8.4-3.debian.tar.xz 2.8 KiB 97cfd0403209e2fda15b4e077e0966f0bec87e5b9f8a01cd5e9cdbb52f8f064a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-x448-float16-dev: IEEE 754 half-precision format (library)

 x448/float16 package provides IEEE 754 half-precision
 floating-point format (binary16) with IEEE 754 default
 rounding for conversions. IEEE 754-2008 refers to this
 16-bit floating-point format as binary16.
 .
 IEEE 754 default rounding ("Round-to-Nearest
 RoundTiesToEven") is considered the most accurate and
 statistically unbiased estimate of the true result.