pico-sdk/test/pico_divider_test
Graham Sanderson 7f7232541a
switch all .S files to unified asm, and use a macro to setup compiler and some other misc changes (#1295)
* switch all .S files to unified asm, and use a new macro `pico_default_asm_setup` to setup compiler to help porting to other compilers. Also some minor tweaks:
* switch some code to use more recent helper methods (e.g. busy_wait_at_least_n_cycles)
* add documentation to host divider header (I had this ages ago and never promoted)
* fixup erroneous docs about 32p32 values in all divider headers
* fix some compiler warnings
* rename recently added `unified_asm` macro to `pico_default_asm`
2023-03-09 17:40:20 -06:00
..
CMakeLists.txt Fixup divider save_restore for floating point too; improve tests (#405) 2021-05-13 07:38:42 -05:00
pico_divider_nesting_test.c Various small fixes towards building with other compilers (#1285) 2023-03-01 15:10:18 -06:00
pico_divider_test.c 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