< prev index next >

src/cpu/aarch64/vm/abstractInterpreter_aarch64.cpp

Print this page
rev 12379 : 8162338: AArch64: Intrinsify fused mac operations
Reviewed-by:

*** 63,73 **** case Interpreter::java_lang_math_abs : // fall thru case Interpreter::java_lang_math_log : // fall thru case Interpreter::java_lang_math_log10 : // fall thru case Interpreter::java_lang_math_sqrt : // fall thru case Interpreter::java_lang_math_pow : // fall thru ! case Interpreter::java_lang_math_exp : return false; default: return true; } } --- 63,75 ---- case Interpreter::java_lang_math_abs : // fall thru case Interpreter::java_lang_math_log : // fall thru case Interpreter::java_lang_math_log10 : // fall thru case Interpreter::java_lang_math_sqrt : // fall thru case Interpreter::java_lang_math_pow : // fall thru ! case Interpreter::java_lang_math_exp : // fall thru ! case Interpreter::java_lang_math_fmaD : // fall thru ! case Interpreter::java_lang_math_fmaF : return false; default: return true; } }
< prev index next >