RFR: 8079565: aarch64: Add vectorization support for aarch64 (original) (raw)
Edward Nevill edward.nevill at linaro.org
Thu Jun 4 12:28:51 UTC 2015
- Previous message: RFR: 8079565: aarch64: Add vectorization support for aarch64
- Next message: RFR: 8079565: aarch64: Add vectorization support for aarch64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4 June 2015 at 12:29, Roland Westrelin <roland.westrelin at oracle.com> wrote:
> http://cr.openjdk.java.net/~enevill/8079565/webrev.00/
The platform specific changes look good. I don’t have an opinion on these: - if (TraceSuperWord && Verbose) { + if (TraceSuperWord) { I never used TraceSuperWord. If someone has opinion, it’s time to speak up I guess.
Hi Roland,
Thanks for spotting this.
This was an accidental change. I made it non verbose for my own debugging purposes but forgot to revert it.
New webrev
http://cr.openjdk.java.net/~enevill/8079565/webrev.01 <http://cr.openjdk.java.net/%7Eenevill/8079565/webrev.00/>
Only difference is reverting the changes to src/share/vm/opto/superword.cpp
There are now no changes to shared code, only _aarch64 files.
OK to push? Ed.
- Previous message: RFR: 8079565: aarch64: Add vectorization support for aarch64
- Next message: RFR: 8079565: aarch64: Add vectorization support for aarch64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]