Skip to content
Snippets Groups Projects

Remove FixedMul and FixedDiv2 asm implementations

Merged tertu marybig requested to merge tertu/SRB2:no-fixed-asm into next

Actually works this time.

As for why this should be done, effectively there is no reason to have hand-optimized versions of these functions anymore. Modern compilers are very good at optimizing code fragments such as this, and based on what I've seen gcc is already doing it with the existing asm. That is to say, it has outlived its purpose and now is just clutter.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading