Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 75019e71b331a1de6d6af9da5e99233bc35c1ea1
      
https://github.com/WebKit/WebKit/commit/75019e71b331a1de6d6af9da5e99233bc35c1ea1
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2025-11-18 (Tue, 18 Nov 2025)

  Changed paths:
    M Source/WebGPU/WebGPU/HardwareCapabilities.mm

  Log Message:
  -----------
  Swift version check is incorrect
https://bugs.webkit.org/show_bug.cgi?id=302748
rdar://165008184

Reviewed by Geoffrey Garen.

We can not simply say:

  A == B && C >= D && E >= F...

counter-example:
  C=100, D=99, E=0, and F=1

fails but we expected it to pass

* Source/WebGPU/WebGPU/HardwareCapabilities.mm:
(WebGPU::swiftCompilerSupportsWebGPU):

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



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

Reply via email to