Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Soft-Float] - Initial Interpreter Implementation of Ps2's floating point unit specification #12001

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

[Soft-Float] - Fixes MAC-OS compile error + moves the bitUtils method…

5b94f53
Select commit
Loading
Failed to load commit list.
Open

[Soft-Float] - Initial Interpreter Implementation of Ps2's floating point unit specification #12001

[Soft-Float] - Fixes MAC-OS compile error + moves the bitUtils method…
5b94f53
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 19, 2024 in 0s

2 new issues (0 max.) of at least medium severity.

Annotations

Check warning on line 79 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L79

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check warning on line 83 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L83

Variable 'raw' is assigned in constructor body. Consider performing initialization in initialization list.

Check notice on line 741 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L741

Condition 'a.Sign()' is always true

Check notice on line 756 in pcsx2/PS2Float.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

pcsx2/PS2Float.cpp#L756

Condition 'a.Sign()' is always true