manual fix sparc32/v9/mulhigh param to be >=3

This commit is contained in:
jasonmoxham 2011-12-13 17:57:04 +00:00
parent c7db99b2e7
commit 06779788c2

View File

@ -53,7 +53,7 @@
#define MULLOW_DC_THRESHOLD 157
#define MULLOW_MUL_THRESHOLD 2464
#define MULHIGH_BASECASE_THRESHOLD 0 /* always */
#define MULHIGH_BASECASE_THRESHOLD 3
#define MULHIGH_DC_THRESHOLD 159
#define MULHIGH_MUL_THRESHOLD 2852