Add support for FPv4-SP to the clang driver
Oliver Stannard
oliver.stannard at arm.com
Fri Feb 21 02:45:27 PST 2014
Committed as r201846.
Oliver
-----Original Message-----
From: Tim Northover [mailto:t.p.northover at gmail.com]
Sent: 21 February 2014 10:39
To: Oliver Stannard
Cc: Clang Commits
Subject: Re: Add support for FPv4-SP to the clang driver
Hi Oliver,
> This patch adds support for the FPv4-SP floating point unit (an optional
> feature of Cortex-M4) to the clang driver. It will now accept two new
> options for –mfpu: “fpv4-sp-d16” and “fp4-sp-d16”. The first is the same
> spelling as gcc’s option, and the second is for consistency with the other
> clang options which allow dropping the “v”. It is correct that this option
> does not have a leading “v”, this is the case in both ARM’s documentation
> and gcc’s implementation of the option.
Just the points I was about to ask about! Looks good to me.
Tim.
More information about the cfe-commits
mailing list