• Milad Fa's avatar
    PPC: [cleanup] Replace all remaining Min/Max uses with std::min/max · f290177f
    Milad Fa authored
    Port 3836aeb0
    
    Original Commit Message:
    
        Apart from removing Min and Max (utils.h), this is mostly a renaming.
    
        In a few cases I had to add a cast. In a bunch of cases I had to use
        initializer lists to force call-by-value for static member constants
        because call-by-reference wouldn't compile (like in the previous CL).
        In a few places I used initializer lists in place of nested min/max
        operations.
    
    R=neis@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
    BUG=
    LOG=N
    
    Change-Id: Iecb43c19b8e16721e942553d7d811daf74bedc02
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2557570
    Commit-Queue: Georg Neis <neis@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71396}
    f290177f
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...