Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 62 of 62 for scheduling (0.12 seconds)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    high/low parts VPERM2I128 $0x20, Y2, Y0, Y4 VPERM2I128 $0x31, Y2, Y0, Y5 VPERM2I128 $0x20, Y3, Y1, Y6 VPERM2I128 $0x31, Y3, Y1, Y7 LEAQ K256<>+0(SB), BP avx2_last_block_enter: ADDQ $0x40, DI MOVQ DI, 520(SP) XORQ SI, SI avx2_loop1: // Do 4 rounds and scheduling VPADDD (BP)(SI*1), Y4, Y9 VMOVDQU Y9, (SP)(SI*1) MOVL AX, DI RORXL $0x19, DX, R13 RORXL $0x0b, DX, R14 ADDL (SP)(SI*1), R11 ORL CX, DI VPALIGNR $0x04, Y6, Y7, Y0 MOVL R9, R15 RORXL $0x0d, AX, R12 XORL R14, R13 XORL R10, R15 VPADDD Y4, Y0, Y0 RORXL...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  2. internal/dsync/dsync_test.go

    	// This benchmark models a situation where spinning in the mutex should be
    	// profitable. To achieve this we create a goroutine per-proc.
    	// These goroutines access considerable amount of local data so that
    	// unnecessary rescheduling is penalized by cache misses.
    	m := NewDRWMutex(ds, "")
    	var acc0, acc1 uint64
    	b.RunParallel(func(pb *testing.PB) {
    		var data [16 << 10]uint64
    		for i := 0; pb.Next(); i++ {
    			m.Lock(id, source)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 10.8K bytes
    - Click Count (0)
Back to Top