Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for SIMD (0.07 sec)

  1. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #define ONE   V29 // 1s splatted by word
    
    /* *
     * To follow the flow of bits, for your own sanity a stiff drink, need you shall.
     * Of a single round, a 'helpful' picture, here is. Meaning, column position has.
     * With you, SIMD be...
     *
     *                                           +--------+--------+
     *                                  +--------|  RED2  |  RED1  |
     *                                  |        +--------+--------+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	} else {
    		fp, w := 0, 0
    		switch as {
    		case AFMOVS, AVMOVS:
    			fp = 1
    			w = 0 /* 32-bit SIMD/FP */
    
    		case AFMOVD, AVMOVD:
    			fp = 1
    			w = 1 /* 64-bit SIMD/FP */
    
    		case AVMOVQ:
    			fp = 1
    			w = 2 /* 128-bit SIMD/FP */
    
    		case AMOVD:
    			if p.Pool.As == ADWORD {
    				w = 1 /* 64-bit */
    			} else if p.Pool.To.Offset < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. CREDITS

    <https://www.gnu.org/licenses/>.
    
    ================================================================
    
    github.com/minio/md5-simd
    https://github.com/minio/md5-simd
    ----------------------------------------------------------------
    
                                     Apache License
                               Version 2.0, January 2004
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top