OpenWrt-libtool: link: aarch64-openwrt-linux-musl-gcc -fno-builtin-strcmp -pipe -mcpu=cortex-a53 -fno-caller-saves -fno-plt -fhonour-copts -fmacro-prefix-map=/media/lib/LuckyE/opn/openwrt/build_dir/target-aarch64_cortex-a53_musl/gnutls-3.8.5=gnutls-3.8.5 -Wformat -Werror=format...
/builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.2.0_musl/include/fortify/stdio.h: In function 'sprintf': /builder/shared-workdir/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-12.2.0_musl/include/fortify/stdio.h:110:17: warning: format not a strin...
compiler: aarch64-openwrt-linux-musl-gcc -fPIC -pthread -Wa,--noexecstack -Wall -O3 -pipe -march=armv8-a -mcpu=cortex-a53+crypto -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -Wformat -Werror=format-security -fstack-protector ...
adrp-add,+fuse-aes,+fuse-arith-logic,+fuse-crypto-eor,+fuse-csel,+fuse-literals,-gcs,-harden-sls-blr,-harden-sls-nocomdat,-harden-sls-retbr,-hbc,+hcx,+i8mm,-ite,+jsconv,-ldp-aligned-only,+lor,-ls64,+lse,-lse128,+lse2,-lut,-mec,-mops,+mpam,-mte,+neon,-nmi,-no-bti-at-r...
"-target-cpu" "cortex-a53" // RUN: %clang -target aarch64 -mcpu=CORTEX-A57 -### -c %s 2>&1 | FileCheck -check-prefix=CASE-INSENSITIVE-CA57 %s +// RUN: %clang -target aarch64 -mtune=CORTEX-A57 -### -c %s 2>&1 | FileCheck ...
ARMCC_FLAGS="-mcpu=cortex-a53 -mfpu=crypto-neon-fp-armv8 -fPIC" ARMCC_PREFIX=/opt/OSELAS.Toolchain-2018.12.0/arm-v7a-linux-gnueabihf/gcc-8.3.0-glibc-2.28-binutils-2.31.1-kernel-4.19-sanitized-cortex-a53/bin/arm-v7a-linux-gnueabihf- ...
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
Expand Up@@ -144,6 +144,10 @@ AARCH64_CPU_NAME("cortex-a53", ARMV8A, FK_CRYPTO_NEON_FP_ARMV8, true, (AArch64::AEK_CRC)) AARCH64_CPU_NAME("cortex-a55", ARMV8_2A, FK_CRYPTO_NEON_FP_ARMV8,false, (AArch64::AEK_FP16 | AArch64::AEK_DOTPROD | AArch64::AEK_RCPC)) ...
cortex_a34 cortex_a35 cortex_a510 cortex_a53 cortex_a55 cortex_a57 cortex_a65 cortex_a65ae cortex_a710 cortex_a72 cortex_a73 cortex_a75 cortex_a76 cortex_a76ae cortex_a77 cortex_a78 cortex_a78c cortex_r82 cortex_x1 cortex_x1c cortex_x2 cyclone emag exynos_m1 exynos_m2 exynos_m3 exynos...
$ make FEATURE=crypto+crc check For running check on certain CPU, setting the mode of FPU, etc., you can also assign the desired options withARCH_CFLAGScommand. Ifnoneis assigned, the command acts as same as callingmake check. For instance, to run tests on Cortex-A53 with enabling ARM ...