Skip to content

Commit

Permalink
add a reference about the stated FP facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 4, 2016
1 parent cbc56f1 commit 470eff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustc_back/target/thumbv7em_none_eabihf.rs
Expand Up @@ -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()
Expand Down

0 comments on commit 470eff7

Please sign in to comment.