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).