[webkit-changes] [WebKit/WebKit] d06b72: [Win] Enable HAVE_INT128_T
Fujii Hironori
noreply at github.com
Tue May 28 18:42:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d06b72cc3780ef6093f2f98d307ee8d6ee43fd58
https://github.com/WebKit/WebKit/commit/d06b72cc3780ef6093f2f98d307ee8d6ee43fd58
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M Source/WTF/wtf/Int128.h
M Source/cmake/OptionsMSVC.cmake
Log Message:
-----------
[Win] Enable HAVE_INT128_T
https://bugs.webkit.org/show_bug.cgi?id=274765
Reviewed by Alex Christensen and Yusuke Suzuki.
Clang-cl has a bug that it generates incorrectly-aligned movaps
instructions. <https://github.com/llvm/llvm-project/issues/55844>
We have to specify 'aligned(16)' attribute and use 'typedef' instead
of 'using' for int128 types.
* Source/WTF/wtf/Int128.h:
* Source/cmake/OptionsMSVC.cmake:
Canonical link: https://commits.webkit.org/279419@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