Commit 1f1cf48
committed
M33: Disable DSP extension in ARCH_FLAGS
Without +nodsp, GCC's -mcpu=cortex-m33 enables DSP by default and
auto-vectorizes poly_ntt into smlabb, which faults under QEMU's
mps3-an524 cortex-m33.
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>1 parent c7b3757 commit 1f1cf48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments