Conversation
60af199 to
fe4bf44
Compare
carenas
added a commit
to carenas/pcre2
that referenced
this pull request
Oct 3, 2025
Since abc2ae6 (Update AX_PTHREAD (PCRE2Project#694), 2025-02-12), when using autoconf 2.60 with autogen, shows: error: possibly undefined macro: AS_ECHO Use 2.62 instead, which include that macro, as the new required version.
carenas
added a commit
to carenas/pcre2
that referenced
this pull request
Oct 6, 2025
Since abc2ae6 (Update AX_PTHREAD (PCRE2Project#694), 2025-02-12), when using autoconf 2.60 with autogen, shows: error: possibly undefined macro: AS_ECHO Use 2.62 instead, which include that macro, as the new required version.
carenas
added a commit
to carenas/pcre2
that referenced
this pull request
Oct 16, 2025
Since abc2ae6 (Update AX_PTHREAD (PCRE2Project#694), 2025-02-12), when using autoconf 2.60 with autogen, shows: error: possibly undefined macro: AS_ECHO Use 2.62 instead, which include that macro, as the new required version.
NWilson
pushed a commit
that referenced
this pull request
Oct 17, 2025
* update required autoconf version Since abc2ae6 (Update AX_PTHREAD (#694), 2025-02-12), when using autoconf 2.60 with autogen, shows: error: possibly undefined macro: AS_ECHO Use 2.62 instead, which include that macro, as the new required version. * jit: enable x86 SIMD helper if SSE2 is available The current implementation needs SSE2 support (which is part of the base amd64 specification and available in most CPUs from this century). Without this change, SIMD will be only enabled if SSE4.1 is detected which is not true for older AMD cpus, even if 64bit capable. While at it, update related documentation and other minor tweaks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changelog for the upstream AX_PTHREAD mentions various improvements, including improved support for Clang and AIX. We may as well ship the latest.