-
Notifications
You must be signed in to change notification settings - Fork 129
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
Integrate HW implementations from Intel & Arm for both CRC32C & CRC64-ECMA #694
Conversation
cf5720c
to
7000c87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.github/workflows/ci.linux.arm.yml
Outdated
@@ -46,7 +46,7 @@ jobs: | |||
debug-build-from-source: | |||
runs-on: ubuntu-latest | |||
container: | |||
image: almalinux:8 | |||
image: ghcr.io/alibaba/photon-ut-base:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个地方不动吧。build-from-source 测试的就是从一个裸镜像没有安装任何依赖来构建photon,会走网络下载源码包
@@ -22,7 +22,7 @@ jobs: | |||
- name: Install Dependencies | |||
shell: bash | |||
run: | | |||
brew install cmake openssl gflags googletest gsasl | |||
brew install cmake openssl gflags googletest gsasl nasm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要改官网doc吗?这个crc是否是默认开启的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
晚点再改,@Coldwings 会把这个做成可选的。
80bb6bf
to
3e0b705
Compare
Have modified the source code slightly to minimize the number of files included.