-
Notifications
You must be signed in to change notification settings - Fork 42
Merge vectorIntrinsics #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge vectorIntrinsics #230
Conversation
Reviewed-by: psadhukhan, serb, prr, kizune, kcr
…lasses consistently Reviewed-by: stuefe, ayang, coleenp
Reviewed-by: stefank, aboldtch
Reviewed-by: egahlin, stuefe
Reviewed-by: thartmann, bmaillard, hgreule
Reviewed-by: stefank, jsikstro
Reviewed-by: lmesnik, sspitsyn, kevinw
…509 key manager Reviewed-by: mullan
Reviewed-by: coleenp, ayang
…e" property value for sun/net/www/protocol/file/FileURLTest.java Reviewed-by: vyazici, rriggs
…ts.h" include Reviewed-by: stefank, ayang
…reRandom Reviewed-by: mullan
Reviewed-by: wkemper, xpeng
Reviewed-by: stefank, coleenp, ayang
Reviewed-by: jlu, liach, rgiulietti
Reviewed-by: rgiulietti, rriggs, vyazici
…g phase Reviewed-by: tschatzl, sangheki
Reviewed-by: tschatzl, sangheki
Reviewed-by: ascarpino
…c at the end of marking phase Reviewed-by: dholmes
Reviewed-by: shade, iklam
Reviewed-by: xpeng, wkemper
Reviewed-by: stefank, aboldtch
Reviewed-by: stuefe, ayang
Reviewed-by: sangheki, ayang
Reviewed-by: mr
…rows clause of a constructor Reviewed-by: nbenalla, liach
Co-authored-by: Alexey Ivanov <[email protected]> Reviewed-by: dnguyen, abhiscxk
…o file Reviewed-by: lucy, clanger
Reviewed-by: shade, jbhateja
Webrevs
|
|
I plan to address remaining items along with JDK-8365967 in a follow-up patch. |
|
@jatin-bhateja |
|
With the latest bug-fix commit, all VectorAPI jtreg tests, including new HalffloatVectorTest are passing on AVX512 and AVX2 targets. HalffloatVectorTests are currently running at compilation tier=3, we will lift this limitation along with JDK-8365967 What is remaining?
I plan to address IR framework test failures along with PR/231 |
|
fix_aarch64_build_failures.patch Hi Jatin, please find attached the diff file to fix the build failures on aarch64. The build now passes on aarch64. |
|
Mailing list message from Jatin Bhateja on panama-dev: Thanks, Bhavana, I verified on Google AXION that all VectorAPI jtreg tests are now Best Regards, Jatin On 8/29/2025 2:39 PM, Bhavana Kilambi wrote: |
|
Adding @Bhavana-Kilambi as a co-contributor for AARCH64 build failure fixes, I will integrate the aarch64 build fix patch separately along with #232 |
|
/contributor add @Bhavana-Kilambi |
|
@jatin-bhateja |
|
/integrate |
|
Going to push as commit 7fdcfe5. |
|
@jatin-bhateja Pushed as commit 7fdcfe5. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |

Merge vectorIntrinsics into vectorIntrinsics+fp16 as per the proposal on panama-dev mailing list[1]. This was a major merge after a gap of 2+ years.
Summary of changes:-
What is remaining:-
[1] https://mail.openjdk.org/pipermail/panama-dev/2025-August/021100.html
[2] openjdk/jdk#22755
[3] openjdk/jdk#22754
Progress
Contributors
<[email protected]>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/panama-vector.git pull/230/head:pull/230$ git checkout pull/230Update a local copy of the PR:
$ git checkout pull/230$ git pull https://git.openjdk.org/panama-vector.git pull/230/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 230View PR using the GUI difftool:
$ git pr show -t 230Using diff file
Download this PR as a diff file:
https://git.openjdk.org/panama-vector/pull/230.diff
Using Webrev
Link to Webrev Comment