fpmath_patterns.c: workaround to disable the faulty 32 bit path
This commit is contained in:
parent
4583c0fbbb
commit
5715292237
|
@ -43,9 +43,9 @@
|
||||||
|
|
||||||
|
|
||||||
// low precision for displays where each dimension is less than or equal to 16
|
// low precision for displays where each dimension is less than or equal to 16
|
||||||
#if NUM_COLS <= 16 && NUM_ROWS <= 16
|
//#if NUM_COLS <= 16 && NUM_ROWS <= 16
|
||||||
#define FP_LOW_PRECISION
|
#define FP_LOW_PRECISION
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef FP_LOW_PRECISION
|
#ifdef FP_LOW_PRECISION
|
||||||
|
|
Loading…
Reference in New Issue