You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to enhance the implementation of Unshared FP Services' mode, by providing a testing mechanism that detects corruptions of FPU as a result of accidental sharing between multiple thread contexts.
The mechanism should trigger ASSERTS if the FPU is used by multiple threads under the Unshared Mode (CONFIG_FLOAT=y, CONFIG_FP_SHARING=n).
The text was updated successfully, but these errors were encountered:
This issue, marked as an Enhancement, was opened a while ago and did not get any traction. It was just assigned to you based on the labels. If you don't consider yourself the right person to address this issue, please re-assing it to the right person.
Please take a moment to review if the issue is still relevant to the project. If it is, please provide feedback and direction on how to move forward. If it is not, has already been addressed, is a duplicate, or is no longer relevant, please close it with a short comment explaining the reason.
@ioannisg you are also encouraged to help moving this issue forward by providing additional information and confirming this request/issue is still relevant to you.
We may want to enhance the implementation of Unshared FP Services' mode, by providing a testing mechanism that detects corruptions of FPU as a result of accidental sharing between multiple thread contexts.
The mechanism should trigger ASSERTS if the FPU is used by multiple threads under the Unshared Mode (CONFIG_FLOAT=y, CONFIG_FP_SHARING=n).
The text was updated successfully, but these errors were encountered: