Skip to content

Commit

Permalink
correct two minor punctuation issues in aaps64
Browse files Browse the repository at this point in the history
this patch addresses issues raised in
#114
  • Loading branch information
stuij committed Oct 28, 2021
1 parent 8e3a7ed commit 8b9c82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aapcs64/aapcs64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ The AAPCS permits use of Decimal Floating Point numbers encoded using
the BID format as specified in IEEE 754-2008. Unless explicitly noted
elsewhere, Decimal floating-point objects should be treated in exactly
the same way as (binary) Floating Point objects for the purposes of
structure layout, parameter passing and result return.
structure layout, parameter passing, and result return.

.. note:: There is no support in the AArch64 ISA for Decimal Floating
Point, so all operations must be emulated in software.
Expand Down Expand Up @@ -861,7 +861,7 @@ The FPCR is used to control the behavior of the floating-point unit. It is a glo

Decimal Floating-Point emulation code requires additional control bits
which cannot be stored in the FPCR. Since the information must be
held for each thread of execution the state must be held in
held for each thread of execution, the state must be held in
thread-local storage on platforms where multi-threaded code is
supported. The exact location of such information is platform
specific.
Expand Down

0 comments on commit 8b9c82e

Please sign in to comment.