| Index: src/compiler/x64/code-generator-x64.cc
|
| diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc
|
| index ab32274596a7da8c4a73a23a6b0a750909671fdd..25a7cc15411078aafd636d672364d85b5529a6a7 100644
|
| --- a/src/compiler/x64/code-generator-x64.cc
|
| +++ b/src/compiler/x64/code-generator-x64.cc
|
| @@ -873,6 +873,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;
|
|
|