aarch64
Here are 303 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Rust
While the test_suite presented in #589 does work, it is still pretty simple and can be improved and enhanced.
- Add tests for gnutils and coreutils.
- Add necessary utilities so more complex programs can be compiled from sources.
- Integrate CMake, so one could write something like
make validateand the subset of test that is deemed necessary (for example everything withmint
-
Updated
Nov 27, 2020 - C++
该项目已由国际合作团队接管, 为及时回复, 请使用英文交流.
This project has been taken over by the international cooperation team. In order to respond promptly, please use English to communicate.
实际并没有问题,就是特此表达敬意!
-
Updated
Dec 6, 2020 - Shell
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Dec 3, 2020 - C
-
Updated
Dec 6, 2020 - C#
-
Updated
Apr 22, 2020 - C#
-
Updated
Feb 19, 2020 - C
-
(AMD64 bc5ad 3 (BYTES 0f 57 ff) XORPS_XMMxud_XMMxud (WRITE_OP (REG_256 YMM7)) (READ_OP (REG_256 YMM7)) (READ_OP (REG_128 XMM7))) -
(AMD64 bf2ac 4 (BYTES 66 0f 57 c9) XORPD_XMMxuq_XMMxuq (WRITE_OP (REG_256 YMM1)) (READ_OP (REG_256 YMM1)) (READ_OP (REG_128 XMM1))) - `(AMD64 f6c89 4 (BYTES 41 0f 54 d2) ANDPS_XMMxud_XMMxud (WRITE_OP (REG_256 YMM2)) (READ_OP (REG_256 YMM2)) (READ
-
Updated
Oct 13, 2020 - Shell
-
Updated
Dec 7, 2020 - C
-
Updated
Sep 27, 2020 - Shell
Improve this page
Add a description, image, and links to the aarch64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aarch64 topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::elementto a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()or a configurable stream manipulatorprettyor a stand-alone classPrettyPrinter. Wha