-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Can't pass or return half
or fp128
on arm64ec
#94434
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
Comments
@llvm/issue-subscribers-backend-aarch64 Author: None (beetrees)
Trying to compile the following IR for `arm64ec-pc-windows-msvc` ([compiler explorer](https://godbolt.org/z/sqrn8Mnxo))
define half @<!-- -->half(half) {
ret half %0
}
define fp128 @<!-- -->fp128(fp128) {
ret fp128 %0
} will fail with the following error:
|
This was referenced Jun 13, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Trying to compile the following IR for
arm64ec-pc-windows-msvc
(compiler explorer)will fail with the following error:
The text was updated successfully, but these errors were encountered: