diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 09:21:27 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-04-05 14:46:10 -0700 |
commit | 083204a0e219bbfe0a475fcd3dcd0a579be17b48 (patch) | |
tree | be6e27aac8b756344b2968d355cb6fe62ea29141 /manual | |
parent | 2d8c590a5e9bfe1344b638c897c7d731365cfaca (diff) | |
download | glibc-083204a0e219bbfe0a475fcd3dcd0a579be17b48.zip glibc-083204a0e219bbfe0a475fcd3dcd0a579be17b48.tar.gz glibc-083204a0e219bbfe0a475fcd3dcd0a579be17b48.tar.bz2 |
platform.texi: Move LAM after LAHF64_SAHF64
Move LAM after LAHF64_SAHF64 to sort x86 features.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index d5fdc5b..c1cef57 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -392,15 +392,15 @@ the indirect branch predictor barrier (IBPB). @code{KL} -- AES Key Locker instructions. @item -@code{LAM} -- Linear Address Masking. - -@item @code{L1D_FLUSH} -- IA32_FLUSH_CMD MSR. @item @code{LAHF64_SAHF64} -- LAHF/SAHF available in 64-bit mode. @item +@code{LAM} -- Linear Address Masking. + +@item @code{LM} -- Long mode. @item |