On Wed, Jan 26, 2022 at 01:29:37PM +0100, Dan Horák wrote:
> > > **Compilation error from a dependency header:**
> > > 
> > > dependency “boost”: “# error "Never use <bmiintrin.h> directly; include
> > > <x86intrin.h> instead."”, via
> > > boost/multiprecision/cpp_int/intel_intrinsics.hpp  
> > 
> > This is weird.
> > bmiintrin.h had:
> > #ifndef _X86GPRINTRIN_H_INCLUDED
> > # error "Never use <bmiintrin.h> directly; include <x86gprintrin.h> 
> > instead."
> > #endif
> > in both gcc 11 and 12.  In fact, most of the more recent *intrin.h headers
> > want users to only use one of x86intrin.h, x86gprintrin.h or maybe
> > immintrin.h.
> 
> this is being discussed in
> https://github.com/boostorg/multiprecision/issues/419

Ah, ppc*, that indeed looks like a gcc bug.

        Jakub
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to