Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Cumsum (0.07 sec)

  1. src/hash/crc32/gen_const_ppc64le.go

    // <******@****.***> found at https://github.com/antonblanchard/crc32-vpmsum.
    // The original is dual licensed under GPL and Apache 2.  As the copyright holder
    // for the work, IBM has contributed this new work under the golang license.
    
    // This code was written in Go based on the original C implementation.
    
    // This is a tool needed to generate the appropriate constants needed for
    // the vpmsum algorithm.  It is included to generate new constant tables if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/anames.go

    	"VSUBECUQ",
    	"VMULESB",
    	"VMULOSB",
    	"VMULEUB",
    	"VMULOUB",
    	"VMULESH",
    	"VMULOSH",
    	"VMULEUH",
    	"VMULOUH",
    	"VMULESW",
    	"VMULOSW",
    	"VMULEUW",
    	"VMULOUW",
    	"VMULUWM",
    	"VPMSUM",
    	"VPMSUMB",
    	"VPMSUMH",
    	"VPMSUMW",
    	"VPMSUMD",
    	"VMSUMUDM",
    	"VR",
    	"VRLB",
    	"VRLH",
    	"VRLW",
    	"VRLD",
    	"VS",
    	"VSLB",
    	"VSLH",
    	"VSLW",
    	"VSL",
    	"VSLO",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top