bnjbvr opened PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
bnjbvr updated PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
abrown submitted PR Review.
abrown created PR Review Comment:
Why can't we use the new script?
abrown submitted PR Review.
bnjbvr submitted PR Review.
bnjbvr created PR Review Comment:
Because the new script uses
cargo +nightly
while we needcargo +nightly-2020-...
here. I've just been a bit lazy and will implement retrieving the Cargo version with an env variable; with some luck, the other setup actions even do that for us.
bnjbvr updated PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
bnjbvr updated PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
bnjbvr updated PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
bnjbvr updated PR #2219 from reenable-x64
to main
:
See commit messages for details.
The interesting failure was actually in the implementation of nearest; the error was hidden in the old backend by the fact that the old backend uses native x86 instructions for nearest, and not the runtime intrinsic. There's a todo for this in the new backend, fwiw.
bnjbvr merged PR #2219.
Last updated: Nov 22 2024 at 16:03 UTC