Re: Not-terribly-safe checks for CRC intrinsic support
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Steven Niu <niushiji@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-03-17T01:56:19Z
Lists: pgsql-hackers
Steven Niu <niushiji@gmail.com> writes: > +# is missing, we must link not just compile, and store the results in > global > The "compile" should be "compiler"? I think it's okay as-is: "link" and "compile" are both being used as verbs. We could say "run the compiler", but that's longer without being better. Besides which, I stole this comment verbatim from elsewhere in the same file ;-) regards, tom lane
Commits
-
Be more paranoid in configure's checks for CRC and POPCNT intrinsics.
- fdb5dd6331e3 18.0 landed