circuitpython-ulab/code
Jeff Epler 02d74a4d3e Fix some define-guards
These problems were found building in circuitpython:
../../extmod/ulab/code/numerical.c:671:5: error: "ULAB_NUMERICAL_ARGSORT" is not defined, evaluates to 0 [-Werror=undef]
  671 | #if ULAB_NUMERICAL_ARGSORT
      |     ^~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
../../extmod/ulab/code/ulab.c:150:9: error: "ULAB_VECTORISE_" is not defined, evaluates to 0 [-Werror=undef]
  150 |     #if ULAB_VECTORISE_
      |         ^~~~~~~~~~~~~~~
../../extmod/ulab/code/ulab.c:159:9: error: "ULAB_VECTORISE_TAHN" is not defined, evaluates to 0 [-Werror=undef]
  159 |     #if ULAB_VECTORISE_TAHN
      |         ^~~~~~~~~~~~~~~~~~~
../../extmod/ulab/code/ulab.c:198:9: error: "ULAB_NUMERICAL_ARGSORT" is not defined, evaluates to 0 [-Werror=undef]
  198 |     #if ULAB_NUMERICAL_ARGSORT
      |         ^~~~~~~~~~~~~~~~~~~~~~
2020-02-11 11:08:25 -06:00
..
fft.c the master branch is configurable now 2020-02-07 21:23:24 +01:00
fft.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
filter.c fixed error in filter.c, removed asbytearray, and added buffer protocol to ndarray.c 2020-02-10 19:50:49 +01:00
filter.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
linalg.c the master branch is configurable now 2020-02-07 21:23:24 +01:00
linalg.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
micropython.mk convolve: implement and document 2020-02-05 16:33:48 -06:00
ndarray.c fixed error in filter.c, removed asbytearray, and added buffer protocol to ndarray.c 2020-02-10 19:50:49 +01:00
ndarray.h removed extra ndarray_get_buffer 2020-02-10 19:54:49 +01:00
numerical.c the master branch is configurable now 2020-02-07 21:23:24 +01:00
numerical.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
poly.c the master branch is configurable now 2020-02-07 21:23:24 +01:00
poly.h the master branch is configurable now 2020-02-07 21:23:24 +01:00
ulab.c Fix some define-guards 2020-02-11 11:08:25 -06:00
ulab.h Fix some define-guards 2020-02-11 11:08:25 -06:00
vectorise.c the master branch is configurable now 2020-02-07 21:23:24 +01:00
vectorise.h the master branch is configurable now 2020-02-07 21:23:24 +01:00