micropython-ulab/code
Jeff Epler fc6e200afe
Fix INF, NAN constants on REPR_A
REPR_A is used for e.g., broadcom build raspberrypi_pi4b.

This is a trick, so that the appended 'f' is attached to the "0.".
Infinity plus zero is still zero, and nan plus zero is still zero.

Without this, a diagnostic occurred:
```
../../extmod/ulab/code/numpy/numpy.c:64:60: error: pasting ")" and "F" does not give a valid preprocessing token
```
2022-07-07 17:14:35 -05:00
..
numpy Fix INF, NAN constants on REPR_A 2022-07-07 17:14:35 -05:00
scipy Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
user Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
utils Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
micropython.cmake code/micropython.cmake: drop redundant -D 2021-03-25 21:11:13 +00:00
micropython.mk rebase from master 2022-01-15 09:46:13 +01:00
ndarray.c Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
ndarray.h Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
ndarray_operators.c Fix build for MICROPY_OBJ_REPR_D configurations (#531) 2022-07-06 20:38:20 +02:00
ndarray_operators.h updated docs, removed circuitpython stuff, and fixed diff code 2021-01-14 19:40:18 +01:00
ndarray_properties.c add real/imag properties to ndarray 2022-01-02 19:14:12 +01:00
ndarray_properties.h insert circuitpython hooks for flatiter 2021-07-13 22:38:01 +02:00
ulab.c Fix several build errors in CircuitPython (#533) 2022-07-07 20:17:49 +02:00
ulab.h move spectrogram to utils module 2022-01-29 18:02:48 +01:00
ulab_tools.c fix size argument handling 2022-01-14 22:54:04 +01:00
ulab_tools.h fix size argument handling 2022-01-14 22:54:04 +01:00