On 8/18/21 6:43 AM, Philippe Mathieu-Daudé wrote:
-    if (GET_LMASK(arg2) <= 2) {
+    if (get_lmask(env, arg2, 32) <= 2) {

Whatever you decide to do with respect to the previous patch, the result of get_lmask is constant across the function and should be computed only once.


r~

Reply via email to