Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refine kernel compilation for threading modes #756

Merged
merged 3 commits into from
Nov 16, 2023
Merged

Commits on Nov 16, 2023

  1. configure: avoid unnecessary flags for non-threaded machine

    When a non-threaded machine type is specified directly without
    `--nothreads`, don't add C compiler flags for threading.
    
    Also, add more comments to `configure` to clarify the interplay of
    host machine and pb, and chekck for consistency of `--[no]threads` and
    an explicit machine type.
    mflatt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f195f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2458a6c View commit details
    Browse the repository at this point in the history
  3. repair S_make_mutex for tpb on 32-bit machine

    On a 32-bit platform, `ptr` is not the same as `void*` for tpb on a
    32-bit platform, including Emscripten.
    mflatt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5d9481b View commit details
    Browse the repository at this point in the history