summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/cpu_supplement/arm.t10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/cpu_supplement/arm.t b/doc/cpu_supplement/arm.t
index 790830d653..5dacbc0e73 100644
--- a/doc/cpu_supplement/arm.t
+++ b/doc/cpu_supplement/arm.t
@@ -42,7 +42,15 @@ thread blocking. This is currently not used.
@subsection Floating Point Unit
-A floating point unit is currently not supported.
+The following floating point units are supported.
+
+@itemize @bullet
+
+@item VFPv3-D32/NEON (for example available on Cortex-A processors)
+@item VFPv3-D16 (for example available on Cortex-R processors)
+@item FPv4-SP-D16 (for example available on Cortex-M processors)
+
+@end itemize
@section Calling Conventions