Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: "Devulapalli, Raghuveer" <raghuveer.devulapalli@intel.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>, "Shankaran, Akash" <akash.shankaran@intel.com>
Date: 2024-11-26T16:54:25Z
Lists: pgsql-hackers
On Mon, Nov 25, 2024 at 11:28:52PM +0000, Devulapalli, Raghuveer wrote: >> Thanks. I think my only remaining feedback is that we should probably add a >> comment to explain why we aren't doing this for ARM yet [0]. > > Sounds good. Where would you like me to add this comment? Meson.build and > configure? I'll take care of it. -- nathan
Commits
-
Use __attribute__((target(...))) for SSE4.2 CRC-32C support.
- 4b03a27fafc9 18.0 landed
-
Move check for USE_AVX512_POPCNT_WITH_RUNTIME_CHECK.
- 4225276e2540 18.0 landed
-
Remove MSVC scripts
- 1301c80b2167 17.0 cited