x86_64-win: Enable f128 on LLVM 23+ - #158918
Conversation
|
@bors try jobs=x86_64-msvc*,x86_64-mingw* |
This comment has been minimized.
This comment has been minimized.
x86_64-win: Return f128 on the stack, matching LLVM try-job: x86_64-msvc* try-job: x86_64-mingw*
This comment has been minimized.
This comment has been minimized.
|
💔 Test for a7adc0d failed: CI. Failed jobs:
|
This comment has been minimized.
This comment has been minimized.
LLVM23 includes the ABI fix to make f128 work [1]. That version isn't yet stable, but at least the type will start getting picked up in top-of-tree CI. While addressing this, also update the comment regarding f16. [1]: llvm/llvm-project@aa47e59
23a594c to
fd86d6d
Compare
|
First commit was pulled in via the LLVM PR, 2c089a6 |
|
@bors try jobs=x86_64-msvc*,x86_64-mingw* |
This comment has been minimized.
This comment has been minimized.
x86_64-win: Enable f128 on LLVM 23+ try-job: x86_64-msvc* try-job: x86_64-mingw*
|
r? @folkertdev |
|
r? @mejrs rustbot has assigned @mejrs. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
r? @folkertdev |
|
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
💔 Test for f3cff50 failed: CI. Failed jobs:
|
|
@bors try jobs=x86_64-mingw-2,x86_64-msvc-1 |
This comment has been minimized.
This comment has been minimized.
x86_64-win: Enable f128 on LLVM 23+ try-job: x86_64-mingw-2 try-job: x86_64-msvc-1
|
@bors r+ |
…kertdev x86_64-win: Enable f128 on LLVM 23+ LLVM23 includes the ABI fix to make f128 work [1]. That version isn't yet stable, but at least the type will start getting picked up in top-of-tree CI. While addressing this, also update the comment regarding f16. [1]: llvm/llvm-project@aa47e59
LLVM23 includes the ABI fix to make f128 work 1. That version isn't
yet stable, but at least the type will start getting picked up in
top-of-tree CI.
While addressing this, also update the comment regarding f16.