enable vfp and NEON earlier in core1

This commit is contained in:
Simon Renblad 2025-01-03 17:14:14 +08:00
parent 12cb5c0651
commit 710984bdaf

View File

@ -66,6 +66,7 @@ unsafe extern "C" fn boot_core0() -> ! {
unsafe extern "C" fn boot_core1() -> ! {
l1_cache_init();
enable_fpu();
let mpcore = mpcore::RegisterBlock::mpcore();
mpcore.scu_invalidate.invalidate_core1();