From 3a29f7c99c2f7b38f0611b7ff5af1fce608cebdd Mon Sep 17 00:00:00 2001 From: Pengfei Wang Date: Thu, 6 Jun 2019 08:28:42 +0000 Subject: [X86] Add ENQCMD instructions For more details about these instructions, please refer to the latest ISE document: https://software.intel.com/en-us/download/intel-architecture-instruction-set-extensions-programming-reference. Patch by Tianqing Wang (tianqing) Differential Revision: https://reviews.llvm.org/D62282 llvm-svn: 362685 --- clang/docs/ClangCommandLineReference.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/docs') diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index ee58c2d30be..5a34c9606f7 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2657,6 +2657,8 @@ X86 .. option:: -mcx16, -mno-cx16 +.. option:: -menqcmd, -mno-enqcmd + .. option:: -mf16c, -mno-f16c .. option:: -mfma, -mno-fma -- cgit v1.2.3