Skip to content
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

feat(math): add simd int #432

Merged
merged 7 commits into from
Jun 11, 2024
Merged

feat(math): add simd int #432

merged 7 commits into from
Jun 11, 2024

Conversation

chokobole
Copy link
Contributor

Description

This PR implements SimdInt128, SimdInt256, and SimdInt512 that are used for binius.

Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b1a08ce
Please change the code formatting in this commit's message!

- style: add 'arm_neon.h' and 'immintrin.h' to .clang-format
+ style: add `arm_neon.h` and `immintrin.h` to `.clang-format`

tachyon/math/base/simd_int_unittest.cc Show resolved Hide resolved
tachyon/math/base/simd_int_unittest.cc Show resolved Hide resolved
Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tachyon/math/base/simd_int.h Outdated Show resolved Hide resolved
Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tachyon/math/base/big_int.h Outdated Show resolved Hide resolved
tachyon/math/base/big_int.h Outdated Show resolved Hide resolved
tachyon/math/base/simd_int256_x86.cc Show resolved Hide resolved
tachyon/math/base/simd_int256_x86.cc Show resolved Hide resolved
tachyon/math/base/simd_int512_x86.cc Show resolved Hide resolved
tachyon/math/base/simd_int512_x86.cc Show resolved Hide resolved
Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chokobole chokobole merged commit 8284250 into main Jun 11, 2024
3 checks passed
@chokobole chokobole deleted the feat/add-simd-int branch June 11, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants