Uh oh!
There was an error while loading. Please reload this page.
deps: update Base64 SIMD library - #45091
Conversation
Update the Base64 SIMD library which include new features of AVX512 support and AVX inline assembly and several bug fixes. Fixes: nodejs#45089
nodejs-github-bot
commented
Oct 20, 2022
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as outdated.
This comment was marked as outdated.
lucshi
commented
Oct 21, 2022
Were the checking errors caused by CI system issue? |
mscdex
commented
Oct 21, 2022
Some of the failures are legitimate, for example on armv7l: |
remove all feature definitons in this header and use gyp to define them
nodejs-github-bot
commented
Oct 21, 2022
lucshi
commented
Oct 21, 2022
I suppose no actual errors in the CI.. |
lucshi
commented
Oct 24, 2022
Is there someone reviewing this PR? |
juanarbol
commented
Oct 26, 2022
Ci hit a flaky test, I will run the CI again |
nodejs-github-bot
commented
Oct 26, 2022
lucshi
commented
Oct 28, 2022
May I know if there was problems in CI? |
May I know if there is some revisement needed before it could be landed. @mscdex |
lucshi
commented
Nov 22, 2022
I'm wondering what blocked this PR merge. Could someone restart the CI and see if CI unstable issue is gone? @juanarbol |
bnoordhuis
commented
Nov 23, 2022
@lucshi I can restart CI but you probably want to rebase on top off the main branch first. |
@lucshi did you copy over the lastest in the main branch or what is tagged with |
mhdawson
commented
Nov 23, 2022
I can now see from the history that new automation updated recently to v0.5.0. |
mhdawson
commented
Nov 23, 2022
I can see in the discussion of the automatic update this comment:
I'm thinking we should be waiting for the PR to land in the upstream unless there is an urgent need to float the patch which might changed/not merged? |
mhdawson
commented
Nov 23, 2022
anonrig
commented
Nov 23, 2022
lucshi
commented
Nov 29, 2022
Thanks! There is no much urgent needs. Let's wait for Base64 new release. |
Uzlopak
commented
Oct 19, 2023
The necessary changes seem to be landed in upstream. But the maintainer @aklomp did not released it. It seems that avx512 is just implemented for encoding and fallback to AVX2 for decoding. Erm.. i have no experience with simd, but maybe this is an easy task for you @lemire? Or maybe takes an effort... Idk. I cant estimate the work. But maybe this is something that interests you? |
aklomp
commented
Nov 8, 2023
@Uzlopak I just released base64 v0.5.1 which has all the latest changes. |
Update the Base64 SIMD library which include new features of AVX512 support and AVX inline assembly and several bug fixes.
Fixes: #45089