Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Don't define the macro by default.
- Loading branch information