You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'm using Cygwin64 with Vincent Rivière's GCC 13 Mintelf and the libcmini now fails to build. (I hadn't pulled it in a long time and I see it changed quite a bit)
hereis what I'm getting:
Obviously we can't do scs and st against an address register.
i think the "+g"(*overflow) constraint on line 28 and 41 should specify "d" rather than "g" to force the use of a data register.
The text was updated successfully, but these errors were encountered:
Hello
I'm using Cygwin64 with Vincent Rivière's GCC 13 Mintelf and the libcmini now fails to build. (I hadn't pulled it in a long time and I see it changed quite a bit)
hereis what I'm getting:
Obviously we can't do
scs
andst
against an address register.i think the
"+g"(*overflow)
constraint on line 28 and 41 should specify "d" rather than "g" to force the use of a data register.The text was updated successfully, but these errors were encountered: