[PATCH] D56620: [COFF, ARM64] Include stdlib.h in arm64intr.h
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 11 16:25:44 PST 2019
mgrang added a comment.
In D56620#1354979 <https://reviews.llvm.org/D56620#1354979>, @efriedma wrote:
> Have you verified this matches MSVC? (IIRC the only reason we include stdlib.h on x86 is so we can define _mm_malloc.)
I don't see MSVC intrin.h including stdlib.h. So I guess I will just declare the required intrinsics.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56620/new/
https://reviews.llvm.org/D56620
More information about the cfe-commits
mailing list