Re: Quadmath.h not found for float128 arm64 rocky linux

John Maddock via Boost-users <[email protected]> Fri, 25 Aug 2023 09:42:13 +0100
Newsgroups gmane.comp.lib.boost.user
Message-ID <[email protected]>
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.