DescriptionMIPS: [turbofan] Add new Float32Abs and Float64Abs operators.
Port 9af9f1d0262e2dab66c62331a03f6a76504f3866
Original commit message:
These operators compute the absolute floating point value of some
arbitrary input, and are implemented without any branches (i.e. using
vabs on arm, and andps/andpd on x86).
BUG=
Committed: https://crrev.com/8c3af6ca03ffa8f61608614dc1c316d885a09801
Cr-Commit-Position: refs/heads/master@{#27679}
Patch Set 1 #Patch Set 2 : Add missing unittest. #Messages
Total messages: 8 (3 generated)
|