mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* on RP2350 _dcp variant now enables -msoft-float, since if you're using this at all it is likely because you don't want to use the VFP unit at all (to save stack space) * implement all float_ and double_ conversion functions in all pico_float_pico_ variants and pico_double_pico on RP2040 and RP2350 (many were missing in some combinations) * provide better granularity of what functions are wrapped in each case also marked custom_xxx_funcs_test.c as not in bazel build yet |
||
|---|---|---|
| .. | ||
| llvm | ||
| vectors | ||
| BUILD.bazel | ||
| CMakeLists.txt | ||
| custom_double_funcs_test.c | ||
| custom_float_funcs_test.c | ||
| hazard3_test_gen.c | ||
| m33.c | ||
| pico_double_test.c | ||
| pico_float_test.c | ||
| pico_float_test_hazard3.c | ||