Windows SDK needs these intrinsics to be proper builtins. This is second in a series of patches to move intrinsic defintions out of intrin.h.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D54046
[COFF, ARM64] Implement InterlockedExchange*_* builtins ClosedPublic Authored by mgrang on Nov 2 2018, 1:35 PM.
Details Summary Windows SDK needs these intrinsics to be proper builtins. This is second in a series of patches to move intrinsic defintions out of intrin.h.
Diff Detail Event TimelineHerald added subscribers: kristina, jfb, chrib and 2 others. · View Herald TranscriptNov 2 2018, 1:35 PM This revision is now accepted and ready to land.Nov 2 2018, 1:50 PM Closed by commit rL346044: [COFF, ARM64] Implement InterlockedExchange*_* builtins (authored by mgrang). · Explain WhyNov 2 2018, 2:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172425 include/clang/Basic/BuiltinsAArch64.def
include/clang/Basic/BuiltinsARM.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/intrin.h
test/CodeGen/ms-intrinsics.c
|