< prev index next >

src/hotspot/share/prims/vectorSupport.hpp

Print this page

        

*** 52,62 **** enum VectorOperation { // Unary VECTOR_OP_ABS = 0, VECTOR_OP_NEG = 1, VECTOR_OP_SQRT = 2, - VECTOR_OP_NOT = 3, // Binary VECTOR_OP_ADD = 4, VECTOR_OP_SUB = 5, VECTOR_OP_MUL = 6, --- 52,61 ----
< prev index next >