感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@jayleehw](https://gitcode.com/jayleehw) [@zhangyafei-echo](https://gitcode.com/zhangyafei-echo) [@littlejerry1](https://gitcode.com/littlejerry1) [@jsjzju](https://gitcode.com/jsjzju) [@wkljy](https://gitcode.com/wkljy) [@yzkp](https://gitcode.com/yzkp) [@ccllee1](https://gitcode.com/ccllee1) [@yangxuguang-huawei](https://gitcode.com/yangxuguang-huawei) [@li-weifeng2024](https://gitcode.com/li-weifeng2024) [@wendel](https://gitcode.com/wendel) 。如果需要调整订阅PR、Issue的变更状态,请访问链接。
Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.


感谢提出新需求。
新需求提供了什么功能?
内核使用LAZY FPU,当第一次使用FPU寄存器时通过进入异常打开FPU,但是MainThread会频繁地使用FPU,频繁的异常会使mainThread性能受到影响。
通过设置ACTV_EAGER_FPU告诉内核MainThread对FPU的需求频繁,内核会为mainThead自动打开FPU,无需通过异常打开FPU
该需求带来的价值、应用场景?
应用冷启动收益~2%,动态性能模型收益~2%,抖音滑动场景UI线程cycle收益~3%