I am using gnu-efi as Visual Studio 2019 project. My UEFI program works as expected on real hardware. Next step, I need C features like "pow(...);". Naturally, when working with efi all of these features are disabled. When I directly include <math.h> I get unresolved external ... error. If I start a unrestricted project that builds successfully.
I asked it and someone advised met to downolad EDK2 libc but I do not know how to use it in my project or if that works with GNU-EFI. I have no idea what to do in order to use C features. I will very glad if anyone tells me what to do.