$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (jz.maddock_at_[hidden])
Date: 2023-08-25 08:42:13
On 25/08/2023 02:40, David Frank via Boost-users wrote:
> When compile with boost float128 on arm64 rocky linux, i got a failure
> of missing quadmath.h
quadmath.h is a system header, if it's not present then float128 is
unsupported on that platform.