Skip to content

Use POSIX function to allocate aligned data

Guilherme Amadio requested to merge (removed):veccore into master

The memalign function (from malloc.h header) is not available in Mac OS, so this example fails to compile without this fix.

Merge request reports