diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cpuid.cpp | 1 | ||||
-rw-r--r-- | doc/relnotes/1_11_4.rst | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/cpuid.cpp b/doc/examples/cpuid.cpp index bd81e417b..ac3f50580 100644 --- a/doc/examples/cpuid.cpp +++ b/doc/examples/cpuid.cpp @@ -43,5 +43,4 @@ int main() print_if_feature("PCMUL", CPUID::has_pcmuludq()); print_if_feature("AES-NI", CPUID::has_aes_ni()); print_if_feature("RDRND", CPUID::has_rdrand()); - print_if_feature("MOVBE", CPUID::has_movbe()); } diff --git a/doc/relnotes/1_11_4.rst b/doc/relnotes/1_11_4.rst new file mode 100644 index 000000000..a30db0699 --- /dev/null +++ b/doc/relnotes/1_11_4.rst @@ -0,0 +1,3 @@ +Version 1.11.4, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + |