pico-sdk/test/pico_float_test
Graham Sanderson e85c3e5515
rationalize pico_float/pico_double libraries (#2208)
* 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
2025-02-04 16:19:17 -06:00
..
llvm switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295) 2023-03-09 17:40:20 -06:00
vectors Add fast single-precision add/sub/mul for Hazard3 (#1883) 2024-08-30 11:36:30 -05:00
BUILD.bazel rationalize pico_float/pico_double libraries (#2208) 2025-02-04 16:19:17 -06:00
CMakeLists.txt rationalize pico_float/pico_double libraries (#2208) 2025-02-04 16:19:17 -06:00
custom_double_funcs_test.c rationalize pico_float/pico_double libraries (#2208) 2025-02-04 16:19:17 -06:00
custom_float_funcs_test.c rationalize pico_float/pico_double libraries (#2208) 2025-02-04 16:19:17 -06:00
hazard3_test_gen.c Add fast single-precision add/sub/mul for Hazard3 (#1883) 2024-08-30 11:36:30 -05:00
m33.c SDK 2.0.0 release 2024-08-08 08:54:38 -05:00
pico_double_test.c Workaround gcc/newlib issue on Ubuntu 24 (#1863) 2024-08-23 10:59:36 -05:00
pico_float_test.c Workaround gcc/newlib issue on Ubuntu 24 (#1863) 2024-08-23 10:59:36 -05:00
pico_float_test_hazard3.c RISC-V __mulsf3: handle exponent increase due to rounding (#2086) 2024-11-23 13:02:03 -06:00