On Fri, 8 Nov 2024 11:31:40 GMT, Magnus Ihse Bursie wrote:
>> This is the implementation of [JEP 479: _Remove the Windows 32-bit x86
>> Port_](https://openjdk.org/jeps/479).
>>
>> This is the summary of JEP 479:
>>> Remove the source code and build support for the Windows 32-bit x86 port.
>>>
On Fri, 8 Nov 2024 11:31:40 GMT, Magnus Ihse Bursie wrote:
>> This is the implementation of [JEP 479: _Remove the Windows 32-bit x86
>> Port_](https://openjdk.org/jeps/479).
>>
>> This is the summary of JEP 479:
>>> Remove the source code and build support for the Windows 32-bit x86 port.
>>>
On Wed, 30 Oct 2024 11:05:17 GMT, Magnus Ihse Bursie wrote:
>> make/scripts/compare.sh line 1457:
>>
>>> 1455: THIS_SEC_BIN="$THIS_SEC_DIR/sec-bin.zip"
>>> 1456: if [ "$OPENJDK_TARGET_OS" = "windows" ]; then
>>> 1457: JGSS_WINDOWS_BIN="jgss-windows-x64-bin.zip"
>>
>>
On Mon, 27 Feb 2023 17:04:28 GMT, Saint Wesonga wrote:
> There are 2 primary differences between the Windows ARM64 ABI and the
> macOS/Linux ARM64 ABI: variadic floating point arguments are passed in
> general purpose registers on Windows (instead of the vector registers). In
>
There are 2 primary differences between the Windows ARM64 ABI and the
macOS/Linux ARM64 ABI: variadic floating point arguments are passed in general
purpose registers on Windows (instead of the vector registers). In addition to
this, up to 64 bytes of a struct being passed to a variadic function