Index: src/compiler/ppc/code-generator-ppc.cc |
diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc |
index f123ca951846f1098ff5acd234d6c077ea2ebadd..789e72b5cb3f3ccf453f3c495f761bcf5fb293a6 100644 |
--- a/src/compiler/ppc/code-generator-ppc.cc |
+++ b/src/compiler/ppc/code-generator-ppc.cc |
@@ -1263,6 +1263,9 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction( |
case kIeee754Float64Atan2: |
ASSEMBLE_IEEE754_BINOP(atan2); |
break; |
+ case kIeee754Float64Exp: |
+ ASSEMBLE_IEEE754_UNOP(exp); |
+ break; |
case kIeee754Float64Log: |
ASSEMBLE_IEEE754_UNOP(log); |
break; |