summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs')
-rw-r--r--compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs b/compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs
index ffe4719f0a..59b958ce1f 100644
--- a/compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs
+++ b/compiler/GHC/CmmToAsm/Reg/Linear/AArch64.hs
@@ -35,7 +35,7 @@ import GHC.Stack
-- | - Operates on 32-bit | - Separate reg. bank, | - Separate reg. bank, |
-- | GP ARM registers | 32x64-bit NEON regs | 32x128-bit NEON regs |
-- | - 8-bit/16-bit integer | - 8/16/32/64-bit int | - 8/16/32/64-bit int |
--- | | - Single percision fp | - Single percision fp |
+-- | | - Single precision fp | - Single precision fp |
-- | | | - Double precision fp |
-- | | | - Single/Double fp are |
-- | | | IEEE compliant |