Re: a couple of small patches for simd.h
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-09-25T21:27:35Z
Lists: pgsql-hackers
Attachments
- v3-0001-Optimize-vector8_has_le-on-AArch64.patch (text/plain)
On Thu, Sep 25, 2025 at 02:10:19PM -0500, Nathan Bossart wrote: > Here's a new version of 0002 with a modified SSE2 implementation, as > discussed elsewhere [0]. This allows us to remove vector8_ssub(). Sorry for the noise. v3 fixes the mixed-declarations-and-code problems. -- nathan
Commits
-
Optimize vector8_has_le() on AArch64.
- f8f4afe751fc 19 (unreleased) landed
-
Fix broken cast on MSVC
- c6a43c25a8ba 16.0 cited