< prev index next >

src/jdk.incubator.vector/share/classes/jdk/incubator/vector/gen-src.sh

Print this page
rev 55592 : Capitalized Species names

*** 102,118 **** vectorindextype="vix.getClass()" else vectorindextype="Int${vectorindexbits}Vector.class" fi; shape=S${bits}Bit Shape=S_${bits}_BIT args="$old_args" if [[ "${vectortype}" == "Long64Vector" || "${vectortype}" == "Double64Vector" ]]; then args="$args -KlongOrDouble64" fi ! bitargs="$args -Dbits=$bits -Dvectortype=$vectortype -Dmasktype=$masktype -Dshuffletype=$shuffletype -Dbitsvectortype=$bitsvectortype -Dfpvectortype=$fpvectortype -Dvectorindextype=$vectorindextype -Dshape=$shape -DShape=$Shape" echo $bitargs rm -f $vectortype.java java $SPP -nel $bitargs \ -iX-VectorBits.java.template \ --- 102,125 ---- vectorindextype="vix.getClass()" else vectorindextype="Int${vectorindexbits}Vector.class" fi; + BITS=$bits + case $bits in + Max) + BITS=MAX + ;; + esac + shape=S${bits}Bit Shape=S_${bits}_BIT args="$old_args" if [[ "${vectortype}" == "Long64Vector" || "${vectortype}" == "Double64Vector" ]]; then args="$args -KlongOrDouble64" fi ! bitargs="$args -Dbits=$bits -DBITS=$BITS -Dvectortype=$vectortype -Dmasktype=$masktype -Dshuffletype=$shuffletype -Dbitsvectortype=$bitsvectortype -Dfpvectortype=$fpvectortype -Dvectorindextype=$vectorindextype -Dshape=$shape -DShape=$Shape" echo $bitargs rm -f $vectortype.java java $SPP -nel $bitargs \ -iX-VectorBits.java.template \
< prev index next >