SDK Floating Point Operations #1453
-
By default, does arduino-pico make use of the pico SDK implementation of single and double-precision floating point operations? I didn't find anything in the documentation or in forum posts. I would assume that it does, but just want to double check. Edit: For reference, documentation is in section 2.7.2 of the pico sdk datasheet |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
May 18, 2023
Replies: 1 comment
-
Yes. See the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cosparks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. See the
lib/platform_wrap.txt
file.