opensmalltalk-vm icon indicating copy to clipboard operation
opensmalltalk-vm copied to clipboard

Update BitBltArmSimdSourceWord.s to latest ben avison version

Open timrowledge opened this issue 4 years ago • 4 comments

Half a dozen small bug fixes from ben

Co-Authored-By: bavison [email protected]

timrowledge avatar Sep 06 '21 22:09 timrowledge

I see the autobuild failed on the ARM64 squeak.cog.spur debug build because of some issue with BitBltArm64.c line 1536 /* Inner loop / for (; remain >= 256/destBPP; remain -= 256/destBPP) { asm volatile ( / Load source word (if necessary) and shuffle */ "cmp %[unskew], %[src_bits] \n\t"

No idea what "error: impossible constraint in 'asm'" means in this context. Ideas?

On 2021-09-06, at 3:26 PM, tim Rowledge @.***> wrote:

Half a dozen small bug fixes from ben

Co-Authored-By: bavison @.***

You can view, comment on, or merge this pull request online at:

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/592

Commit Summary

• Update BitBltArmSimdSourceWord.s to latest ben avison version File Changes

• M platforms/Cross/plugins/BitBltPlugin/BitBltArmSimdSourceWord.s (19) Patch Links:

• https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/592.patch • https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/592.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

tim

tim Rowledge; @.***; http://www.rowledge.org/tim Strange OpCodes: CCC: Crash if Carry Clear

OpenSmalltalk-Bot avatar Sep 06 '21 23:09 OpenSmalltalk-Bot