RFR: 8286847: Rotate vectors don't support byte or short [v3]
Haomin
duke at openjdk.java.net
Fri May 20 03:30:49 UTC 2022
On Fri, 20 May 2022 03:17:51 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>>> Do you mean the benchmarks? Currently the vectorapi benchmarks only exist on panama-vector, please see: https://github.com/openjdk/panama-vector/tree/vectorIntrinsics/test/micro/org/openjdk/bench/jdk/incubator/vector/operation
>>
>> I have tried to make images on branch vectorIntrinsics of panama-vector, but get an error.
>>
>>
>> warning: unknown enum constant Feature.FOREIGN
>> warning: unknown enum constant Feature.FOREIGN
>> warning: unknown enum constant Feature.FOREIGN
>> error: warnings found and -Werror specified
>> 1 error
>> 7 warnings
>> make[3]: *** [/home/wx/wangxue/panama-vector/build/linux-x86_64-server-release/buildtools/interim_langtools_modules/java.compiler.interim/_the.BUILD_java.compiler.interim_batch] Error 1
>> make[2]: *** [interim-langtools] Error 2
>>
>>
>> Is this error related to bootjdk?
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8740
More information about the hotspot-compiler-dev
mailing list