[webkit-changes] [WebKit/WebKit] 3cf927: TransformationMatrix::inverse should use multiplic...

Ahmad Saleem noreply at github.com
Mon Feb 24 09:23:36 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3cf9276ea2b718b25c64de8f7de9a909ceeff038
      https://github.com/WebKit/WebKit/commit/3cf9276ea2b718b25c64de8f7de9a909ceeff038
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp

  Log Message:
  -----------
  TransformationMatrix::inverse should use multiplication instead of division

https://bugs.webkit.org/show_bug.cgi?id=288228
rdar://145315926

Reviewed by Simon Fraser.

Merge: https://chromium.googlesource.com/chromium/src/+/97e30b35dd6b89ee97f08cf467c80df5d3369fa5

This is just merge of potential performance optimization since multiplication is faster compared
to division on certain platforms.

* Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:
(WebCore::inverse):

Canonical link: https://commits.webkit.org/290955@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list