| Index: runtime/vm/intrinsifier_arm64.cc
|
| ===================================================================
|
| --- runtime/vm/intrinsifier_arm64.cc (revision 40612)
|
| +++ runtime/vm/intrinsifier_arm64.cc (working copy)
|
| @@ -806,6 +806,11 @@
|
| }
|
|
|
|
|
| +void Intrinsifier::Bigint_sqrAdd(Assembler* assembler) {
|
| + // TODO(regis): Implement.
|
| +}
|
| +
|
| +
|
| // Check if the last argument is a double, jump to label 'is_smi' if smi
|
| // (easy to convert to double), otherwise jump to label 'not_double_smi',
|
| // Returns the last argument in R0.
|
|
|