[PATCH] D56620: [COFF, ARM64] Declare intrinsics: __nop, _byteswap_[ushort/ulong/uint64]

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 11 16:56:20 PST 2019


efriedma added inline comments.


================
Comment at: lib/Headers/intrin.h:569
+unsigned __int64 _byteswap_uint64 (unsigned __int64 val);
+void __nop();
 #endif
----------------
Isn't there already a declaration of __nop in intrin.h?  (Line 100.)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56620/new/

https://reviews.llvm.org/D56620





More information about the cfe-commits mailing list