[aarch64-port-dev ] RFR(S): 8214922: Add vectorization support for fmin/fmax

Roland Westrelin rwestrel at redhat.com
Fri Dec 21 12:00:31 UTC 2018


Hi Pengfei,

> Webrev: http://cr.openjdk.java.net/~pli/rfr/8214922/webrev.00/

 600     case Op_MinF:
 601       assert(bt == T_FLOAT, "must be");
 602       if (Matcher::max_vector_size(T_FLOAT) > 2) {
 603         vopc = Op_MinReductionV;
 604       }
 605       break;

Why is the Matcher::max_vector_size(T_FLOAT) > 2 check needed?

Roland.


More information about the aarch64-port-dev mailing list