Commit 611e08c
committed
style: fix formatting and add CPU instruction names to spell checker
- Run cargo fmt to fix line length issues in tests
- Add 'vpclmulqdq' (AVX512 instruction) to jargon dictionary
- Add 'ssse' (SSE instruction set) to jargon dictionary
- All 15 unit tests still passing ✅1 parent d466757 commit 611e08c
File tree
2 files changed
+31
-11
lines changed- .vscode/cspell.dictionaries
- src/uucore/src/lib/features
2 files changed
+31
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
| 434 | + | |
439 | 435 | | |
440 | 436 | | |
441 | 437 | | |
| |||
637 | 633 | | |
638 | 634 | | |
639 | 635 | | |
640 | | - | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
641 | 642 | | |
642 | 643 | | |
643 | 644 | | |
644 | 645 | | |
645 | 646 | | |
646 | 647 | | |
647 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
648 | 654 | | |
649 | 655 | | |
650 | 656 | | |
| |||
725 | 731 | | |
726 | 732 | | |
727 | 733 | | |
728 | | - | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
729 | 738 | | |
730 | 739 | | |
731 | 740 | | |
| |||
751 | 760 | | |
752 | 761 | | |
753 | 762 | | |
754 | | - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
755 | 767 | | |
756 | 768 | | |
757 | 769 | | |
| |||
770 | 782 | | |
771 | 783 | | |
772 | 784 | | |
773 | | - | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
774 | 789 | | |
775 | 790 | | |
776 | 791 | | |
| |||
783 | 798 | | |
784 | 799 | | |
785 | 800 | | |
786 | | - | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
787 | 805 | | |
788 | 806 | | |
789 | 807 | | |
| |||
0 commit comments