Skip to content

Conversation

@NWilson
Copy link
Member

@NWilson NWilson commented Feb 11, 2025

The changelog for the upstream AX_PTHREAD mentions various improvements, including improved support for Clang and AIX. We may as well ship the latest.

@NWilson NWilson force-pushed the user/niwilson/ax-pthread branch from 60af199 to fe4bf44 Compare February 12, 2025 07:46
@NWilson NWilson merged commit abc2ae6 into master Feb 12, 2025
33 checks passed
@NWilson NWilson deleted the user/niwilson/ax-pthread branch February 12, 2025 21:30
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants