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

Require BML_USE_POSIX_MEMALIGN to use posix_memalign() #754

Merged
merged 1 commit into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. Require BML_USE_POSIX_MEMALIGN to use posix_memalign()

    Using the HAVE_POSIX_MEMALIGN code path results in ~1.7x slowdown of an MD code which frequently allocates arrays.
    
    Require a new macro BML_USE_POSIX_MEMALIGN to be defined, to use the code path. Define by default
    mewall committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0e94c8e View commit details
    Browse the repository at this point in the history