When compiling with newer rustc versions 1.97.0 or greater, the vfpu register handling generates this error:
error: expected relocatable expression | note: instantiated into assembly here --> <inline asm>:1:32 | 1 | .word ((__psp_regnum_$fp << 16)|((0b01001000 << 24) | (0b01100000 << 16) | (0 << 8) |0b0000000)) | ^
Compiling with version 1.96.0 (tested on nightly-2026-03-19) works fine.
When compiling with newer rustc versions 1.97.0 or greater, the vfpu register handling generates this error:
error: expected relocatable expression | note: instantiated into assembly here --> <inline asm>:1:32 | 1 | .word ((__psp_regnum_$fp << 16)|((0b01001000 << 24) | (0b01100000 << 16) | (0 << 8) |0b0000000)) | ^Compiling with version 1.96.0 (tested on nightly-2026-03-19) works fine.