Re: call popcount32/64 directly on non-x86 platforms - Mailing list pgsql-hackers

From David Rowley
Subject Re: call popcount32/64 directly on non-x86 platforms
Date
Msg-id CAApHDvqAS0A8hkcpRLmYY0ydp9DvV9xHuWGGq0G2Xm52Jmz72w@mail.gmail.com
Whole thread Raw
In response to Re: call popcount32/64 directly on non-x86 platforms  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: call popcount32/64 directly on non-x86 platforms  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Fri, 13 Aug 2021 at 01:11, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> So when on MSVC, you don't have to check CPUID for support?

That still needs to be checked in MSVC and as far as I can see it is
being properly checked.

David



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: call popcount32/64 directly on non-x86 platforms
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] OpenSSL: Mark underlying BIO with the appropriate type flags