[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Update BitBltArmSimdSourceWord.s to latest ben avison version (#592)

tim Rowledge tim at rowledge.org
Mon Sep 6 23:35:07 UTC 2021


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 <notifications at github.com> wrote:
> 
> Half a dozen small bug fixes from ben
> 
> Co-Authored-By: bavison 3324657+bavison at users.noreply.github.com
> 
> 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; tim at rowledge.org; http://www.rowledge.org/tim
Strange OpCodes: CCC: Crash if Carry Clear




More information about the Vm-dev mailing list