Details
Diff Detail
Event Timeline
lgtm
clang/lib/Headers/mm_malloc.h | ||
---|---|---|
42 | This has been here since 2011, and somehow nobody complained that we didn't use the corresponding __mingw_aligned_free API... |
clang/lib/Headers/mm_malloc.h | ||
---|---|---|
42 | Due to https://github.com/mingw-w64/mingw-w64/blob/master/mingw-w64-headers/crt/malloc.h#L72 (which is included implicitly from stdlib.h), it hasn't been used much at all- maybe only when using the older mingw.org headers. But I'm considering suggesting to change that bit in the mingw-w64 headers (it's a bit of a mess when used with gcc's mm_malloc.h). For msvc based configs it would have been noticable though. But I don't know how much _mm_malloc really is used... |
This has been here since 2011, and somehow nobody complained that we didn't use the corresponding __mingw_aligned_free API...