Fix Clang sphinx build

This addresses the issue found by:
https://lab.llvm.org/buildbot/#/builders/92/builds/35350
This commit is contained in:
Aaron Ballman 2022-11-09 09:19:24 -05:00
parent 2fb3bec932
commit b7104442dd
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ X86 Support in Clang
* Support intrinsic of ``_mm(256)_cvtneoph_ps``.
* Support intrinsic of ``_mm(256)_cvtneps_avx_pbh``.
- ``-march=raptorlake`` and ``-march=meteorlake`` are now supported.
* ``-march=sierraforest``, ``-march=graniterapids`` and ``-march=grandridge`` are now supported.
- ``-march=sierraforest``, ``-march=graniterapids`` and ``-march=grandridge`` are now supported.
WebAssembly Support in Clang
----------------------------