Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 78 of 78 for ARM64 (0.07 sec)

  1. doc/godebug.md

    When enabled, DIT will be enabled when calling into C from Go. When enabled,
    calling into Go code from C will enable DIT, and disable it before returning to
    C if it was not enabled when Go code was entered.
    This currently only affects arm64 programs. For all other platforms it is a no-op.
    
    Go 1.24 removed the `x509sha1` setting.  `crypto/x509` no longer supports verifying
    signatures on certificates that use SHA-1 based signature algorithms.
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Jul 08 18:30:38 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  2. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  4. 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 Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
  5. 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  6. lib/fips140/v1.0.0.zip

    license that can be found in the LICENSE file. //go:build !purego && (386 || amd64 || arm || arm64 || loong64 || ppc64 || ppc64le || riscv64 || s390x) package bigmod import ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl" ) // amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry // chains in the flags in parallel across the whole operation, and aggressively // unrolls loops. arm64 processes four words at a time. // // It's unclear why the assembly for all other architectures,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  7. 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 Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  8. 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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top