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

Need to make SIMD abstract layer for memory functions #15

Open
BlaCkinkGJ opened this issue Apr 13, 2022 · 2 comments
Open

Need to make SIMD abstract layer for memory functions #15

BlaCkinkGJ opened this issue Apr 13, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@BlaCkinkGJ
Copy link
Owner

BlaCkinkGJ commented Apr 13, 2022

Although this project executes too much memory copying, it does not use the SIMD feature in the CPU. So, I created the ARM SIMD usage sample version and proved the performance enhanced. However, it does not take a generic one.

Therefore, we must abstract the memcpy or memset to support the generic SIMD regardless of the architectures.

@BlaCkinkGJ BlaCkinkGJ added the enhancement New feature or request label Apr 13, 2022
@BlaCkinkGJ BlaCkinkGJ linked a pull request May 22, 2022 that will close this issue
@BlaCkinkGJ
Copy link
Owner Author

How about using hook to develop abstraction layer?

@BlaCkinkGJ
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants