arm64
Here are 378 public repositories matching this topic...
-
Updated
Dec 3, 2020 - C
-
Updated
May 29, 2020 - Objective-C
-
Updated
Nov 23, 2020 - Rust
-
Updated
Dec 8, 2020 - Vue
该项目已由国际合作团队接管, 为及时回复, 请使用英文交流.
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
AVX-512BW functions
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#avx512techs=AVX512BW
- _cvtmask32_u32
- _cvtmask64_u64
- _cvtu32_mask32
- _cvtu64_mask64
- _kadd_mask32
- _kadd_mask64
- _kand_mask32
- _kand_mask64
- _kandn_mask32
- _kandn_mask64
- _knot_mask32
- _knot_mask64
- _kor_mask32
- _kor_mask64
- _kort
-
Updated
Feb 18, 2019 - C#
-
Updated
Feb 19, 2020 - C
-
Updated
Dec 7, 2020 - C++
-
Updated
Oct 13, 2020 - Shell
-
Updated
Jun 26, 2018 - Shell
-
Updated
Oct 18, 2020 - Ruby
-
Updated
Dec 4, 2020 - Objective-C
-
Updated
Dec 4, 2020 - C
-
Updated
Nov 4, 2020 - C++
-
Updated
Dec 5, 2020 - Shell
-
Updated
Dec 1, 2020 - C
Improve this page
Add a description, image, and links to the arm64 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arm64 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