- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 24 for aarch64 (0.05 sec)
-
misc/go_android_exec/README
C compiler from the Android NDK. For example, CGO_ENABLED=1 \ GOOS=android \ GOARCH=arm64 \ CC_FOR_TARGET=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang \ ./all.bash To run tests on the Android device, add the bin directory to PATH so the go tool can find the go_android_$GOARCH_exec wrapper generated by make.bash. For example, to run the go1 benchmarks
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon May 01 14:45:55 UTC 2023 - 732 bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/jvm/JvmCompilation.kt
} } @JvmName("associateGroovy") fun Project.associate(groovyCompile: TaskProvider<GroovyCompile>) { if(!(OperatingSystem.current().isWindows && System.getProperty("os.arch") == "aarch64")) { groovyCompile.configure { val javaToolchains = project.the<JavaToolchainService>() // Groovy does not support the release flag. We must compile with the sameRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 19 05:45:14 UTC 2025 - 5.8K bytes - Viewed (0) -
.bazelrc
# force all tests to run locally on the Aarch64 host. test:rbe_cross_compile_base --strategy=TestRunner=local --build_tests_only test:rbe_cross_compile_base --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors # START LINUX AARCH64 CROSS-COMPILE CONFIGS common:cross_compile_linux_arm64 --config=cross_compile_base # Set the target CPU to Aarch64
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 3.8K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
object AdHocPerformanceScenarioMacOS : AdHocPerformanceScenario(Os.MACOS, Arch.AMD64)
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 5.5K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm64.go
default: return 0, errors.New("invalid arrangement in ARM64 register list") } return (int64(curQ) & 1 << 30) | (int64(curSize&3) << 10), nil } // ARM64RegisterListOffset generates offset encoding according to AArch64 specification. func ARM64RegisterListOffset(firstReg, regCnt int, arrangement int64) (int64, error) { offset := int64(firstReg) switch regCnt { case 1: offset |= 0x7 << 12 case 2: offset |= 0xa << 12
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Oct 16 00:35:29 UTC 2025 - 6.3K bytes - Viewed (0) -
maven-tests/mvnw
*AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;; :Darwin*x86_64) distributionPlatform=darwin-amd64 ;; :Darwin*arm64) distributionPlatform=darwin-aarch64 ;; :Linux*x86_64*) distributionPlatform=linux-amd64 ;; *) echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2 distributionPlatform=linux-amd64 ;; esacRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Sep 25 18:22:49 UTC 2025 - 10.4K bytes - Viewed (0) -
RELEASE.md
* **aarch64 CPUs:** Experimental performance optimizations from [Compute Library for the ArmĀ® Architecture (ACL)](https://github.com/ARM-software/ComputeLibrary) are available through oneDNN in the default Linux aarch64 package (`pip install tensorflow`). * The optimizations are disabled by default.Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3) -
api/go1.4.txt
pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 = 274 pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 R_AARCH64 pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 = 275 pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 R_AARCH64 pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC = 276 pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC R_AARCH64 pkg debug/elf, const R_AARCH64_CALL26 = 283 pkg debug/elf, const R_AARCH64_CALL26 R_AARCH64
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 R_AARCH64 pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 = 313 pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 = 512 pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC = 516 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC R_AARCH64 pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 = 515
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0)