Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for ver120 (0.25 sec)

  1. src/strconv/eisel_lemire.go

    	{0x5CADF5BFD3072CC5, 0xCB090C8001AB551C}, // 1e117
    	{0x73D9732FC7C8F7F6, 0xFDCB4FA002162A63}, // 1e118
    	{0x2867E7FDDCDD9AFA, 0x9E9F11C4014DDA7E}, // 1e119
    	{0xB281E1FD541501B8, 0xC646D63501A1511D}, // 1e120
    	{0x1F225A7CA91A4226, 0xF7D88BC24209A565}, // 1e121
    	{0x3375788DE9B06958, 0x9AE757596946075F}, // 1e122
    	{0x0052D6B1641C83AE, 0xC1A12D2FC3978937}, // 1e123
    	{0xC0678C5DBD23A49A, 0xF209787BB47D6B84}, // 1e124
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 41.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

      - [Changes since v1.3.0-alpha.1](#changes-since-v130-alpha1)
        - [Other notable changes](#other-notable-changes-16)
    - [v1.3.0-alpha.1](#v130-alpha1)
      - [Downloads](#downloads-17)
      - [Changes since v1.2.0](#changes-since-v120)
        - [Action Required](#action-required-5)
        - [Other notable changes](#other-notable-changes-17)
    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.3.10
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    	// 0x0f even if all other VEX fields are 0.
    	avxEscape = 1 << 6
    
    	// P field - 2 bits
    	vex66 = 1 << 0
    	vexF3 = 2 << 0
    	vexF2 = 3 << 0
    	// L field - 1 bit
    	vexLZ  = 0 << 2
    	vexLIG = 0 << 2
    	vex128 = 0 << 2
    	vex256 = 1 << 2
    	// W field - 1 bit
    	vexWIG = 0 << 7
    	vexW0  = 0 << 7
    	vexW1  = 1 << 7
    	// M field - 5 bits, but mostly reserved; we can store up to 3
    	vex0F   = 1 << 3
    	vex0F38 = 2 << 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.13.md

        - [Client Binaries](#client-binaries-19)
        - [Server Binaries](#server-binaries-19)
        - [Node Binaries](#node-binaries-19)
      - [Changelog since v1.12.0](#changelog-since-v1120)
        - [Action Required](#action-required-1)
        - [Other notable changes](#other-notable-changes-17)
    <!-- END MUNGE: GENERATED_TOC -->
    
    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.13.12
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
Back to top