< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/ArithmeticLIRGeneratorTool.java

Print this page
rev 56282 : [mq]: graal

*** 135,144 **** @SuppressWarnings("unused") default Value emitMathPow(Value x, Value y) { throw GraalError.unimplemented("No specialized implementation available"); } - @SuppressWarnings("unused") - default void emitZeroMemory(Value address, Value length) { - throw GraalError.unimplemented("Bulk zeroing is not supported on this platform"); - } } --- 135,140 ----
< prev index next >