CreatorDev / openwrt

Linux distribution for embedded devices
https://openwrt.org
GNU General Public License v2.0
3 stars 15 forks source link

pistachio: enable kernel fpu emulator #290

Closed Ham22 closed 7 years ago

Ham22 commented 7 years ago

Openwrt uses soft-float by default which means they turn off the in-kernel fpu emulator to save some space. However pistachio has an fpu meaning we have hard-float enabled instead but the fpu unit in mips does not cater for all edge cases. Therefore we need to fall back to the emulator to deal with these cases while still getting the performance boost of hard-float. This connects #234