Kernel icon indicating copy to clipboard operation
Kernel copied to clipboard

Question ?

Open PasVegan opened this issue 2 years ago • 3 comments

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.

PasVegan avatar Apr 26 '23 19:04 PasVegan

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 avatar Apr 26 '23 20:04 Frityet

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

Frityet avatar Apr 26 '23 20:04 Frityet

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!

Frityet avatar Apr 26 '23 20:04 Frityet