Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
math_brute_force: always initialize oldMode (#1796)
Avoid a maybe-uninitialized warning by ensuring that `oldMode` is always initialized to 0. There is no need to use `memset` for this, as `FPU_mode_type` is either an `int` or an `int64_t`. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
- Loading branch information