Re: call popcount32/64 directly on non-x86 platforms

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Amit Khandekar <amitdkhan(dot)pg(at)gmail(dot)com>
Subject: Re: call popcount32/64 directly on non-x86 platforms
Date: 2021-08-12 13:28:32
Message-ID: CAApHDvqAS0A8hkcpRLmYY0ydp9DvV9xHuWGGq0G2Xm52Jmz72w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 13 Aug 2021 at 01:11, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-08-12 13:32:27 Re: [PATCH] OpenSSL: Mark underlying BIO with the appropriate type flags
Previous Message Alvaro Herrera 2021-08-12 13:11:06 Re: call popcount32/64 directly on non-x86 platforms