Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize regs[] to 0 in check_for_x86_simd (#1509)
gcc warns of a potentially uninitialized memory reference, in the case where ``__get_cpuid()`` fails to assign values to all its parameters. Signed-off-by: Cary Phillips <[email protected]>
- Loading branch information