- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 24 for aarch64 (0.15 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Mon May 01 14:45:55 UTC 2023 - 732 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 build:cross_compile_linux_arm64 --config=cross_compile_base # Set the target CPU to Aarch64
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestSpec.kt
Registered: Wed Sep 10 11:36:15 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 Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Feb 12 09:12:03 UTC 2025 - 5.5K 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 ;; esac
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
guava/src/com/google/common/hash/LittleEndianByteArray.java
* which will have an efficient native implementation in JDK 9. * */ String arch = System.getProperty("os.arch"); if (Objects.equals(arch, "amd64") || Objects.equals(arch, "aarch64")) { return ByteOrder.nativeOrder().equals(ByteOrder.LITTLE_ENDIAN) ? UnsafeByteArray.UNSAFE_LITTLE_ENDIAN : UnsafeByteArray.UNSAFE_BIG_ENDIAN; } } catch (Throwable t) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 12.3K 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 10.3K 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 Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
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 Sep 09 11:13:09 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 Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0)