When compiling locally using docker and qemu and the alpine CI two tests fail only on x86 (they pass on armhf and armv7)
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/760512#L404
and
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/760512#L497
They both look they are using 128bit on a 32bit platform because FMT_USE_FLOAT128 is being set to true in format.h
|
# define FMT_USE_FLOAT128 1 |
When compiling locally using docker and qemu and the alpine CI two tests fail only on x86 (they pass on armhf and armv7)
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/760512#L404
and
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/760512#L497
They both look they are using 128bit on a 32bit platform because FMT_USE_FLOAT128 is being set to true in format.h
fmt/include/fmt/format.h
Line 723 in c4ee726