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

Question ? #29

Open
PasVegan opened this issue Apr 26, 2023 · 3 comments
Open

Question ? #29

PasVegan opened this issue Apr 26, 2023 · 3 comments

Comments

@PasVegan
Copy link

PasVegan commented Apr 26, 2023

Hi,
I would like to help with the math functions for the lib,
Can I have some information about the project please ? Specifically, I would like to know more about the target architecture.
Because when implementing mathematical functions, utilizing instruction sets such as SSE2, AVX, ect ... are the best to ensure fast and precise calculations.

@Frityet
Copy link
Collaborator

Frityet commented Apr 26, 2023

Hi, I would like to help with the math functions for the lib, Can I have some information about the project please ? Specifically, I would like to know more about the target architecture. Because when implementing mathematical functions, utilizing instruction sets such as SSE2, AVX, ect ... are the best to ensure fast and precise calculations.

Wrong project?

@Frityet
Copy link
Collaborator

Frityet commented Apr 26, 2023

Unless you actually mean you want to contribute to math.h for the LuaOS kernel's stdlib

@Frityet
Copy link
Collaborator

Frityet commented Apr 26, 2023

Oh I saw your PR #28 , thank you for contributing! LuaOS will primarly target x86_64 however aarch64 is planned later, so any arch specific code (like SIMD) should be in arch/x86_64 for now because there is no aarch64 target. Thank you!

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

No branches or pull requests

2 participants