mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* Add fast single-precision add/sub/mul for Hazard3 * Make test output less noisy. Map -nan to -inf in vector gen. Move random vectors to separate files. * Re-disable USB stdout for pico_float_test by default... * Disable pico/float.h exports on RISC-V as these functions aren't implemented * Add hazard3 instructions to asm_helper. Split hazard3.h to support this. You can still include hazard3.h to get everything. This just allows you to pull in less. |
||
|---|---|---|
| .. | ||
| cmsis_test | ||
| hardware_irq_test | ||
| hardware_pwm_test | ||
| hardware_sync_spin_lock_test | ||
| kitchen_sink | ||
| pico_divider_test | ||
| pico_float_test | ||
| pico_sem_test | ||
| pico_sha256_test | ||
| pico_stdio_test | ||
| pico_stdlib_test | ||
| pico_test | ||
| pico_time_test | ||
| CMakeLists.txt | ||