A few minor further i386 removals

This commit is contained in:
starfrost013
2025-09-14 11:01:34 +01:00
parent 3e3303272e
commit 02b0960148
4 changed files with 6 additions and 10 deletions

View File

@@ -44,7 +44,7 @@
#endif
#if USE_REP_MOVSB /* small win on amd, big loss on intel */
#if (__i386 || __amd64) && __GNUC__ >= 3
#if (__amd64) && __GNUC__ >= 3
# define lzf_movsb(dst, src, len) \
asm ("rep movsb" \
: "=D" (dst), "=S" (src), "=c" (len) \