#
aarch64
Here are 313 public repositories matching this topic...
rust
raspberry-pi
tutorial
kernel
os
operating-system
raspberry
rpi3
arm64
aarch64
bare-metal
armv8
raspberry-pi-3
embedded-rust
rpi4
raspberry-pi-4
-
Updated
Dec 28, 2020 - Rust
-
Updated
Dec 31, 2020 - Vue
Aiethel
commented
Oct 19, 2019
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
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
android
linux
machine-learning
arm
computer-vision
neural-network
cpp
neon
opencl
simd
armv7
aarch64
armv8
sve
-
Updated
Nov 27, 2020 - C++
aiminickwong
commented
Oct 11, 2019
该项目已由国际合作团队接管, 为及时回复, 请使用英文交流.
This project has been taken over by the international cooperation team. In order to respond promptly, please use English to communicate.
Open
实际并没有问题,就是特此表达敬意!
7
Armbian Linux build tools
linux
lightweight
distribution
arm
kernel
debian
ubuntu
operating-system
build-tool
kernel-compilation
aarch64
-
Updated
Dec 31, 2020 - Shell
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
docker
raspberry-pi
rpi
arm
ffmpeg
homebridge
x86-64
alpine-linux
homekit
arm64
siri
armhf
aarch64
armv6
docker-homebridge
homebridge-docker
arm6
libfdk-aac
-
Updated
Dec 18, 2020 - Shell
Hand-crafted Frida examples
android
java
ios
objective-c
reverse-engineering
instrumentation
dynamic-analysis
java-native-interface
arm64
mobile-security
frida
aarch64
hooking
runtime-analysis
-
Updated
Dec 24, 2020 - JavaScript
A light-weight JIT compiler based on MIR (Medium Internal Representation)
-
Updated
Dec 28, 2020 - C
Reko is a binary decompiler.
arm
dotnet
x86-64
decompiler
reverse-engineering
disassembler
x86
decompile
m68k
aarch64
risc-v
decompiler-engine
disassemble
-
Updated
Dec 30, 2020 - C#
WOA Deployer for Raspberry Pi
-
Updated
Apr 22, 2020 - C#
DEPRECATED - DO NOT USE | Go here instead ->
freebsd
rpi
arm
firmware
raspberrypi
windows-10
opensuse
uefi
rpi3
arm64
ubuntu-arm
aarch64
armv8
64-bit
raspberry-pi-3
win10
arm-linux
raspberry-pi-uefi
windows-on-arm
-
Updated
Feb 19, 2020 - C
pgoodman
commented
Jun 27, 2018
-
(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
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
-
Updated
Oct 13, 2020 - Shell
SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
arm
math
neon
cuda
avx
simd
elementary-functions
sse2
fft
vectorization
math-library
aarch64
avx512
powerpc
vsx
libm
vector-math
s390x
quadruple-precision
sve
-
Updated
Dec 31, 2020 - C
Prebuilt binary with Tensorflow Lite enabled (native build). For RaspberryPi / Jetson Nano. And, solved Tensorflow issues #15062,#21574,#21855,#23082,#25120,#25748,#29617,#29704,#30359.
-
Updated
Dec 16, 2020 - Shell
Raspberry Pi PCI Express device compatibility database
-
Updated
Dec 30, 2020 - HTML
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