This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AARCH64] [PATCH 1/3] AArch64 Port


On 25/05/12 12:27, Jakub Jelinek wrote:
On Fri, May 25, 2012 at 12:19:01PM +0100, Marcus Shawcroft wrote:
...
* config/aarch64/aarch64-simd.md: New file.
...
* config/aarch64/iterators.md: New file.

With the above in the same ChangeLog entry


	* config/aarch64/aarch64-simd.md
	(reduc_smax_v4sf, reduc_smin_v4sf): Factor into...
	(reduc_s<fmaxminv>_v4sf): ...this.
	(reduc_smax_<mode>, reduc_smin_<mode>): Factor into...
	(reduc_s<fmaxminv>_<mode>): ...this.
	(reduc_smax_<mode>, reduc_smin_<mode>, reduc_umax_<mode>,
	 reduc_umin_<mode>): Factor into...
	(reduc_<maxminv>_<mode>): ...this.
	(reduc_smax_v2si, reduc_smin_v2si, reduc_umax_v2si): Factor into...
	(reduc_<maxminv>_v2si): ...this.
	* config/aarch64/iterators.md (MAXMINV): New.
	(FMAXMINV): New.
	(maxminv): New.
	(fmaxminv): New.

these lines don't make any sense.

Thanks for pointing this out. I will correct the entry.


/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]