Skip to content

Commit

Permalink
[fixup] Remove part about keeping FPMR in thread-local storage
Browse files Browse the repository at this point in the history
Change-Id: Ie51735d57f32f21c95f62ae0647344ccbe627ca8
  • Loading branch information
momchil-velikov committed Jul 24, 2024
1 parent e71d1f5 commit 98267d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions aapcs64/aapcs64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -892,10 +892,8 @@ thread-local storage on platforms where multi-threaded code is
supported. The exact location of such information is platform
specific.

The FPMR is system register that controls behaviors of the FP8 instructions. It
is a temporary register. The state of the register must be held in thread-local
storage on platforms where multi-threaded code is supported. The exact location
of that storage is platform specific.
The FPMR is a system register that controls behaviors of the FP8 instructions.
It is a temporary register.

Scalable vector registers
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 98267d6

Please sign in to comment.