| Index: src/compiler/code-assembler.h
|
| diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
|
| index ade8ddc7e4b121841ba6be32620789ec2762acf9..96f14037f90fa55c8ea5a992b31f14de0430ef1f 100644
|
| --- a/src/compiler/code-assembler.h
|
| +++ b/src/compiler/code-assembler.h
|
| @@ -151,9 +151,11 @@ class RawMachineLabel;
|
| V(ChangeUint32ToFloat64) \
|
| V(ChangeUint32ToUint64) \
|
| V(RoundFloat64ToInt32) \
|
| + V(RoundInt32ToFloat32) \
|
| V(Float64SilenceNaN) \
|
| V(Float64RoundDown) \
|
| V(Float64RoundUp) \
|
| + V(Float64RoundTiesEven) \
|
| V(Float64RoundTruncate) \
|
| V(Word32Clz) \
|
| V(Word32BinaryNot)
|
| @@ -189,6 +191,7 @@ class V8_EXPORT_PRIVATE CodeAssembler {
|
| bool Is64() const;
|
| bool IsFloat64RoundUpSupported() const;
|
| bool IsFloat64RoundDownSupported() const;
|
| + bool IsFloat64RoundTiesEvenSupported() const;
|
| bool IsFloat64RoundTruncateSupported() const;
|
|
|
| class Label;
|
|
|