1
Fork 0

add a reference about the stated FP facts

This commit is contained in:
Jorge Aparicio 2016-10-03 22:34:33 -05:00
parent cbc56f16b4
commit 470eff75df

View file

@ -38,6 +38,9 @@ pub fn target() -> TargetResult {
// available
// `+fp-only-sp` The Cortex-M4 only supports single precision floating point operations
// whereas in the Cortex-M7 double precision is optional
//
// Reference:
// ARMv7-M Architecture Reference Manual - A2.5 The optional floating-point extension
features: "+vfp4,+d16,+fp-only-sp".to_string(),
max_atomic_width: 32,
.. super::thumb_base::opts()