Re: [AArch64] Fix unordered comparisons to floating-point vcond.

2013-01-18 Thread Marcus Shawcroft
OK /Marcus On 18 January 2013 11:55, James Greenhalgh wrote: > > Hi, > > When I added support for floating-point vcond on aarch64, > I didn't consider the various UNORDERED cases gcc required > support for. This could in some circumstances lead to > an ICE. > > This patch fixes that oversight, a

[AArch64] Fix unordered comparisons to floating-point vcond.

2013-01-18 Thread James Greenhalgh
Hi, When I added support for floating-point vcond on aarch64, I didn't consider the various UNORDERED cases gcc required support for. This could in some circumstances lead to an ICE. This patch fixes that oversight, adding support for the UNLT, UNLE, UNEQ, UNGE, UNGT, ORDERED and UNORDERED case