[webkit-changes] [WebKit/WebKit] 79af63: [GCC] Unreviewed, build fix for Debian Stable ARM6...

Diego Pino noreply at github.com
Wed Aug 7 08:13:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79af63a98ecb6a5924ef2f9695603c26461426d1
      https://github.com/WebKit/WebKit/commit/79af63a98ecb6a5924ef2f9695603c26461426d1
  Author: Diego Pino Garcia <dpino at igalia.com>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

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

  Log Message:
  -----------
  [GCC] Unreviewed, build fix for Debian Stable ARM64 after 281895 at main
https://bugs.webkit.org/show_bug.cgi?id=277672

Follow-up to 281937 at main.

Checking whether symbol '__FLT16_MANT_DIG__' is defined doesn't guarantee
type '_Float16' is supported.

Try to build simple program using '_Float16' to determine whether the type
is suppported. In that case, define flag 'HAVE_FLOAT16'.

* Source/WTF/wtf/PlatformHave.h:
* Source/cmake/WebKitCompilerFlags.cmake:

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