Gcc over-optimizes PadLock AES CFB codepath, tell it not to.
This commit is contained in:
parent
53d7efea76
commit
3634d7e97a
@ -436,8 +436,8 @@ static inline void *name(size_t cnt, \
|
|||||||
rep_xcrypt "\n" \
|
rep_xcrypt "\n" \
|
||||||
" popl %%ebx" \
|
" popl %%ebx" \
|
||||||
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
|
: "=a"(iv), "=c"(cnt), "=D"(out), "=S"(inp) \
|
||||||
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp) \
|
: "0"(cdata), "1"(cnt), "2"(out), "3"(inp), "m"(*cdata) \
|
||||||
: "edx", "cc"); \
|
: "edx", "cc", "memory"); \
|
||||||
return iv; \
|
return iv; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user