RFR: 8286847: Rotate vectors don't support byte or short [v3]
Haomin
duke at openjdk.java.net
Fri May 20 07:16:50 UTC 2022
On Fri, 20 May 2022 03:27:09 GMT, Haomin <duke at openjdk.java.net> wrote:
>> I‘m sorry that I just build the latest vectorIntrinsics branch and didn't met the error. Did you just cherry-pick your patch on it? Thanks!
>
> yes, just cherry-pick my patch. And I just build the latest vectorIntrinsics branch, also met the error.
- CFLAGS_WARNINGS_ARE_ERRORS="-Werror"
+ CFLAGS_WARNINGS_ARE_ERRORS=""
...
- JAVA_WARNINGS_ARE_ERRORS ?= -Werror
+ JAVA_WARNINGS_ARE_ERRORS ?=
...
with the dirty diff, I have tested Byte128Vector.
Yes, the Score about rotate is lower than before my patch.
Could you give me some suggestions?
-------------
PR: https://git.openjdk.java.net/jdk/pull/8740
More information about the hotspot-compiler-dev
mailing list