-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When targeting AArch64, unable to widen cast f16 to f128 #3282
Labels
arch-aarch64
64-bit ARM
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
upstream
An issue with a third party project that Zig uses.
Milestone
Comments
6 tasks
I don't get it. This is not a difficult function. The widening float conversion you just move the bits and zero the rest. |
There's a patch for this that's stuck in the limbo. |
test is now passing for both aarch64 and powerpc64le $ /opt/llvm-linux-x86_64-12.0.0.1-release-assert/bin/llvm-config --assertion-mode
ON
$ zig test test/behavior.zig -lc -Itest -target aarch64-linux -mcpu=baseline+v8_5a --test-cmd /opt/qemu-linux-x86_64-5.2.0/bin/qemu-aarch64 --test-cmd-bin --test-filter "float widening f16 to f128"
All 1 tests passed.
$ zig test test/behavior.zig -lc -Itest -target powerpc64le-linux --test-cmd /opt/qemu-linux-x86_64-5.2.0/bin/qemu-ppc64le --test-cmd-bin --test-filter "float widening f16 to f128"
All 1 tests passed. however, this related test in doc is failing: Lines 5199 to 5209 in f693247
|
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 7, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 8, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 8, 2022
…and powerpc64le Closes ziglang#3282
wooster0
added a commit
to wooster0/zig
that referenced
this issue
Dec 9, 2022
…and powerpc64le Closes ziglang#3282
kcbanner
pushed a commit
to kcbanner/zig
that referenced
this issue
Dec 10, 2022
…and powerpc64le Closes ziglang#3282
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-aarch64
64-bit ARM
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
upstream
An issue with a third party project that Zig uses.
Note that it works if you do:
This issue is to:
The text was updated successfully, but these errors were encountered: