Package: fp16 / 0.0~git20200514.4dfe081-5

Metadata

Package Version Patches format
fp16 0.0~git20200514.4dfe081-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
nodownload | (download)

CMakeLists.txt | 42 15 + 27 - 0 !
1 file changed, 15 insertions(+), 27 deletions(-)

---
ftbfs i386.patch | (download)

include/fp16/fp16.h | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fp16: libfp16 fails to build for i386
URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996702
ftbfs gcc 14.patch | (download)

test/alt-from-fp32-value.cc | 1 1 + 0 - 0 !
test/alt-to-fp32-bits.cc | 1 1 + 0 - 0 !
test/alt-to-fp32-value.cc | 1 1 + 0 - 0 !
test/bitcasts.cc | 1 1 + 0 - 0 !
test/ieee-from-fp32-value.cc | 1 1 + 0 - 0 !
test/ieee-to-fp32-bits.cc | 1 1 + 0 - 0 !
test/ieee-to-fp32-value.cc | 1 1 + 0 - 0 !
7 files changed, 7 insertions(+)

 added required 'include <iomanip>' where needed.
 This ensure the code build with GCC 14, which is a bit more picky
 about the correct include statements.