C28161
warning C28161: Exiting without acquiring the right to use floating hardware
Additional information |
This function was annotated to exit with floating point available. |
The _Kernel_float_saved_ annotation was used to acquire the right to use floating point, but a path through the function was detected where no function known to perform that operation was successfully called. This warning might indicate that a conditional (_When_) annotation is needed, or it might indicate a coding error.