diff options
author | Craig Topper <craig.topper@gmail.com> | 2017-02-08 08:23:40 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2017-02-08 08:23:40 +0000 |
commit | d2bf7b03e59236b50aeec403833231c81b6273f7 (patch) | |
tree | a253e3f54cd8e81361e9de00cab2a1e84e282ca5 /clang/docs | |
parent | 204ecffdb4ccb0877d6f5390cc013d8a203edcaf (diff) | |
download | bcm5719-llvm-d2bf7b03e59236b50aeec403833231c81b6273f7.tar.gz bcm5719-llvm-d2bf7b03e59236b50aeec403833231c81b6273f7.zip |
[X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHWT1__ define to match gcc.
llvm-svn: 294424
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/ClangCommandLineReference.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index feafc7a3316..c7aead921a7 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -2195,6 +2195,8 @@ X86 .. option:: -mpopcnt, -mno-popcnt +.. option:: -mprefetchwt1, -mno-prefetchwt1 + .. option:: -mprfchw, -mno-prfchw .. option:: -mrdrnd, -mno-rdrnd |