Commit 3ba4431
[wasm-simd] Implement pmin/pmax
F32x4 and F64x2 pmin and pmax were accepted into the proposal [0], this
removes all the ifdefs and todo guarding the prototypes, and moves these
instructions out of the post-mvp flag.
[0] WebAssembly/simd#122
Bug: v8:10904
Change-Id: I4e0c2f29ddc5d7fc19a209cd02b3d369617574a0
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2405802
Reviewed-by: Bill Budge <bbudge@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69855}1 parent 0d81397 commit 3ba4431
3 files changed
Lines changed: 4 additions & 34 deletions
File tree
- src
- compiler/backend
- wasm
- test/cctest/wasm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2686 | 2686 | | |
2687 | 2687 | | |
2688 | 2688 | | |
2689 | | - | |
2690 | | - | |
2691 | | - | |
2692 | | - | |
2693 | | - | |
2694 | | - | |
2695 | | - | |
2696 | | - | |
2697 | | - | |
2698 | | - | |
2699 | | - | |
2700 | | - | |
2701 | 2689 | | |
2702 | 2690 | | |
2703 | 2691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
432 | 434 | | |
433 | 435 | | |
434 | 436 | | |
| |||
438 | 440 | | |
439 | 441 | | |
440 | 442 | | |
| 443 | + | |
| 444 | + | |
441 | 445 | | |
442 | 446 | | |
443 | 447 | | |
| |||
475 | 479 | | |
476 | 480 | | |
477 | 481 | | |
478 | | - | |
479 | | - | |
480 | 482 | | |
481 | 483 | | |
482 | 484 | | |
483 | 485 | | |
484 | | - | |
485 | | - | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | 778 | | |
783 | | - | |
784 | 779 | | |
785 | 780 | | |
786 | 781 | | |
787 | 782 | | |
788 | | - | |
789 | 783 | | |
790 | 784 | | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | 785 | | |
795 | 786 | | |
796 | 787 | | |
| |||
1409 | 1400 | | |
1410 | 1401 | | |
1411 | 1402 | | |
1412 | | - | |
1413 | | - | |
1414 | | - | |
1415 | | - | |
1416 | 1403 | | |
1417 | | - | |
1418 | 1404 | | |
1419 | 1405 | | |
1420 | 1406 | | |
1421 | 1407 | | |
1422 | | - | |
1423 | 1408 | | |
1424 | 1409 | | |
1425 | | - | |
1426 | | - | |
1427 | | - | |
1428 | 1410 | | |
1429 | 1411 | | |
1430 | 1412 | | |
| |||
0 commit comments