Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Edit (0.14 sec)

  1. doc/README.md

    At the start of a release development cycle, the contents of `next` should be deleted
    and replaced with those of `initial`. From the repo root:
    
        > cd doc
        > rm -r next/*
        > cp -r initial/* next
    
    Then edit `next/1-intro.md` to refer to the next version.
    
    To prepare the release notes for a release, run `golang.org/x/build/cmd/relnote generate`.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	MRS	DCZID_EL0, R21                     // f5003bd5
    	MRS	DISR_EL1, R8                       // 28c138d5
    	MSR	R5, DISR_EL1                       // 25c118d5
    	MRS	DIT, R29                           // bd423bd5
    	MSR	R22, DIT                           // b6421bd5
    	MRS	DLR_EL0, R25                       // 39453bd5
    	MSR	R9, DLR_EL0                        // 29451bd5
    	MRS	DSPSR_EL0, R3                      // 03453bd5
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
Back to top