6761600: Use sse 4.2 in intrinsics

Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.

Reviewed-by: kvn, never, jrose
This commit is contained in:
Changpeng Fang 2009-03-31 14:07:08 -07:00
parent aee9449305
commit c0d62ad9e6
18 changed files with 1297 additions and 192 deletions

View file

@ -218,6 +218,8 @@ macro(StoreL)
macro(StoreP)
macro(StoreN)
macro(StrComp)
macro(StrEquals)
macro(StrIndexOf)
macro(SubD)
macro(SubF)
macro(SubI)