Patterns not mapped in the C2 back-end for SPARC:
Single/Double precision fused floating-point neg. multiply-add,
d = -1 * a * b - c = -(a * b + c)
Single/Double precision fused floating-point neg. multiply-sub,
d = -1 * a * b + c = -(a * b - c)
Single/Double precision fused floating-point neg. multiply-add,
d = -1 * a * b - c = -(a * b + c)
Single/Double precision fused floating-point neg. multiply-sub,
d = -1 * a * b + c = -(a * b - c)
- relates to
-
JDK-8164888 Intrinsify fused mac operations on SPARC
-
- Resolved
-