Commit 878e5059 authored by mbrandy's avatar mbrandy Committed by Commit bot

PPC: [turbofan] Implemented the TruncateFloat32ToUint64 TurboFan operator.

R=ahaas@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1480243003

Cr-Commit-Position: refs/heads/master@{#32434}
parent 48b72f3c
......@@ -938,7 +938,7 @@ void InstructionSelector::VisitTruncateFloat64ToInt64(Node* node) {
void InstructionSelector::VisitTruncateFloat32ToUint64(Node* node) {
UNIMPLEMENTED();
VisitRR(this, kPPC_DoubleToUint64, node);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment