чт, 19 февр. 2026 г., 23:03 Stefan de Konink via Cin <cin@lists.cinelerra-gg.org>:
Op 19-02-2026 om 8:42 p.m. schreef Andrew Randrianasulu via Cin:
>
>
> чт, 19 февр. 2026 г., 22:21 Phyllis Smith via Cin <cin@lists.cinelerra-
> gg.org <mailto:cin@lists.cinelerra-gg.org>>:
>
>         Can you try:
>
>         CFLAGS="-march=native -O3" CXXFLAGS="-march=native -O3" ./configure
>
>         gcc (Gentoo 15.2.1_p20251122 p4) 15.2.1 20251122
>
>
>         Both systems tested are AMD Ryzen 5, and older Athlon X4.
>
>     Of course you are right that it errs out with O3 (O2 obviously
>     works). Do you have a recommended fix? -- I can not code in C/C+ but
>     I can test. I tried looking online for a code solution that I could
>     understand and found nothing that made sense to me.

ChatGPT suggested something very simple just replace the =X with =m

#define mmx_r2m(op, reg, mem) \
     __asm__ __volatile__ ( \
         #op " %%" #reg ", %0" \
         : "=m" (mem) \
         : \
         : "memory")


The failing part without-zmpeg I found too.


...does the Cinelerra git work for any of you?

On termux/aarch64 and i586 Slackware, where I was working on Vulkan patch.

Where it fail?



Stefan
_______________________________________________
Cin mailing list -- cin@lists.cinelerra-gg.org
To unsubscribe send an email to cin-leave@lists.cinelerra-gg.org