[webkit-changes] [WebKit/WebKit] a16f2b: Enable int128_t if CPU(ADDRESS64)

Yusuke Suzuki noreply at github.com
Mon May 13 12:51:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a16f2bb0679e2708ff086a64a6595832f4005498
      https://github.com/WebKit/WebKit/commit/a16f2bb0679e2708ff086a64a6595832f4005498
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformHave.h

  Log Message:
  -----------
  Enable int128_t if CPU(ADDRESS64)
https://bugs.webkit.org/show_bug.cgi?id=274049
rdar://127951893

Reviewed by Justin Michaud.

Let's enable int128_t when CPU(ADDRESS64). Under this condition, clang and GCC can support it.

* Source/WTF/wtf/PlatformHave.h:

Canonical link: https://commits.webkit.org/278706@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