- Sort Score
- Result 10 results
- Languages All
Results 71 - 79 of 79 for arm64 (0.11 sec)
-
cmd/testdata/decryptObjectInfo.json.zst
ey":"IAAfALB1E4RRdml78HoV/yFOdPDA8QutU9VHD6Kpk/vHEuCkgeEX0uZYbl1bXQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/internal/obj/arm64/asm7.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"eNvgTKfjZ+uq5Dx7I3wqMbK9vdvbc7=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAKKxFMgVMVfg...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0) -
README.md
| 64-bit Intel/AMD | <https://dl.min.io/server/minio/release/linux-amd64/minio> | | 64-bit ARM | <https://dl.min.io/server/minio/release/linux-arm64/minio> | | 64-bit PowerPC LE (ppc64le) | <https://dl.min.io/server/minio/release/linux-ppc64le/minio> |
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sun Oct 13 13:34:11 UTC 2024 - 18.2K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 551 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 552 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 556 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 554 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 557 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 559 #53280 pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 555 #53280
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.4.txt
pkg debug/dwarf, method (*UnspecifiedType) String() string pkg debug/dwarf, type UnspecifiedType struct pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType # CL 132000043 debug/elf: support arm64 relocations, Michael Hudson-Doyle <******@****.***> pkg debug/elf, const EM_AARCH64 = 183 pkg debug/elf, const EM_AARCH64 Machine pkg debug/elf, const R_AARCH64_ABS16 = 259 pkg debug/elf, const R_AARCH64_ABS16 R_AARCH64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
configure.py
android_ndk_api_level = prompt_loop_or_load_from_env( environ_cp, var_name='ANDROID_NDK_API_LEVEL', var_default='21', # 21 is required for ARM64 support. ask_for_var=( 'Please specify the (min) Android NDK API level to use. ' '[Available levels: %s]' ) % api_levels, check_success=(lambda *_: True),
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0) -
src/cmd/cgo/gcc.go
func gccMachine() []string { switch goarch { case "amd64": if goos == "darwin" { return []string{"-arch", "x86_64", "-m64"} } return []string{"-m64"} case "arm64": if goos == "darwin" { return []string{"-arch", "arm64"} } case "386": return []string{"-m32"} case "arm": return []string{"-marm"} // not thumb case "s390": return []string{"-m31"} case "s390x":
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 18 15:07:34 UTC 2024 - 97.1K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
Replace the `wget` URL with the architecture for your Linux host. | Architecture | URL | | -------- | ------ | | 64-bit Intel/AMD | <https://dl.min.io/server/minio/release/linux-amd64/minio> | | 64-bit ARM | <https://dl.min.io/server/minio/release/linux-arm64/minio> | | 64-bit PowerPC LE (ppc64le) | <https://dl.min.io/server/minio/release/linux-ppc64le/minio> | | IBM Z-Series (S390X) | <https://dl.min.io/server/minio/release/linux-s390x/minio> | The MinIO deployment starts using default root credentials...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
RELEASE.md
`pip install tensorflow` from now on. * **Mac x86 users:** Mac x86 builds are being deprecated and will no longer be released as a Pip package from TF 2.17 onwards. ### Known Caveats * Full aarch64 Linux and Arm64 macOS wheels are now published to the `tensorflow` pypi repository and no longer redirect to a separate package. ### Major Features and Improvements * Support for Python 3.12 has been added.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 22 14:33:53 UTC 2024 - 735.3K bytes - Viewed (0) -
api/go1.1.txt
pkg strconv (netbsd-amd64-cgo), const IntSize = 64 pkg strconv (netbsd-arm), const IntSize = 32 pkg strconv (netbsd-arm-cgo), const IntSize = 32 pkg strconv (netbsd-arm64), const IntSize = 64 pkg strconv (netbsd-arm64-cgo), const IntSize = 64 pkg strconv (openbsd-386), const IntSize = 32 pkg strconv (openbsd-386-cgo), const IntSize = 32 pkg strconv (openbsd-amd64), const IntSize = 64
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)