| Index: src/compiler/code-assembler.h
|
| diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h
|
| index 83723345952e72e8cf74812c2c8fd99954bdd293..646a6d1c65c823d868ebd9fd265b927fd7d6b3e7 100644
|
| --- a/src/compiler/code-assembler.h
|
| +++ b/src/compiler/code-assembler.h
|
| @@ -148,9 +148,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)
|
| @@ -191,6 +193,7 @@ class CodeAssembler {
|
| bool Is64() const;
|
| bool IsFloat64RoundUpSupported() const;
|
| bool IsFloat64RoundDownSupported() const;
|
| + bool IsFloat64RoundTiesEvenSupported() const;
|
| bool IsFloat64RoundTruncateSupported() const;
|
|
|
| class Label;
|
|
|