summaryrefslogtreecommitdiffstats
path: root/cpu_supplement/powerpc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_supplement/powerpc.rst')
-rw-r--r--cpu_supplement/powerpc.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpu_supplement/powerpc.rst b/cpu_supplement/powerpc.rst
index 5204ebc..3c5eb5c 100644
--- a/cpu_supplement/powerpc.rst
+++ b/cpu_supplement/powerpc.rst
@@ -373,14 +373,14 @@ architecture does not require the processor to generate alignment exceptions.
The following table lists the alignment requirements for a variety of data
accesses:
-+--------------+-----------------------+
-| Data Type | Alignment Requirement |
-+--------------+-----------------------+
-| byte | 1 |
-| half-word | 2 |
-| word | 4 |
-| doubleword | 8 |
-+--------------+-----------------------+
+============== ======================
+Data Type Alignment Requirement
+============== ======================
+byte 1
+half-word 2
+word 4
+doubleword 8
+============== ======================
Doubleword load and store operations are only available in PowerPC CPU models
which are sixty-four bit implementations.