TSVC_2
TSVC_2 copied to clipboard
Replace memalign() with posix_memalign()
Memalign() is absent on some systems, use posix_memalign() instead.