Skip to content

Commit 04fd6ec

Browse files
committed
Move RP2040 divider wrapper to RAM
This fixes picodvi and will speed up division too. Fixes #9628
1 parent 44748ab commit 04fd6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ CFLAGS += \
158158
-DPICO_DOUBLE_ROM=1 \
159159
-DPICO_FLOAT_ROM=1 \
160160
-DPICO_BITS_IN_RAM=0 \
161-
-DPICO_DIVIDER_IN_RAM=0 \
161+
-DPICO_DIVIDER_IN_RAM=1 \
162162
-DPICO_DOUBLE_PROPAGATE_NANS=0 \
163163
-DPICO_DOUBLE_IN_RAM=0 \
164164
-DPICO_MEM_IN_RAM=0 \

0 commit comments

Comments
 (0)