You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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!
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.
The text was updated successfully, but these errors were encountered: