Re: use ARM intrinsics in pg_lfind32() where available

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: use ARM intrinsics in pg_lfind32() where available
Date: 2022-08-28 03:58:39
Message-ID: 20220828035839.GA211073@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a new patch set in which I've attempted to address all feedback.

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v5-0001-abstract-architecture-specific-implementation-det.patch text/x-diff 9.1 KB
v5-0002-use-ARM-Advanced-SIMD-intrinsic-functions-where-a.patch text/x-diff 4.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-08-28 04:46:21 Re: standby promotion can create unreadable WAL
Previous Message Thomas Munro 2022-08-28 03:38:31 Re: [RFC] building postgres with meson - v12