We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a faster float library for RISC-V Hazard3 core. Maybe it could be added to the SDK. The functions have a bit lower precision, but I think for a microcontroller the speed of the float functions is more important than the precision. Most of the time the inaccuracy is about 1 lowest bit of mantissa. science functions: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv_sci.S templates of science functions in C: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv_sci.c other float functions: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv.S
The text was updated successfully, but these errors were encountered:
cc @Wren6991
Sorry, something went wrong.
No branches or pull requests
I created a faster float library for RISC-V Hazard3 core. Maybe it could be added to the SDK. The functions have a bit lower precision, but I think for a microcontroller the speed of the float functions is more important than the precision. Most of the time the inaccuracy is about 1 lowest bit of mantissa.
science functions: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv_sci.S
templates of science functions in C: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv_sci.c
other float functions: https://github.com/Panda381/PicoLibSDK/blob/main/_sdk/src/sdk_float_riscv.S
The text was updated successfully, but these errors were encountered: