search for: 401280

Displaying 4 results from an estimated 4 matches for "401280".

2017 Jun 24
4
AVX Scheduling and Parallelism
...and eg. 2 mov rax, -393216 .p2align 4, 0x90 .LBB0_1: # %vector.body # =>This Inner Loop Header: Depth=1 vmovdqu32 zmm1, zmmword ptr [rax + c+401344] ; load c[401344] in zmm1 vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[401280] in zmm0 vpaddd zmm1, zmm1, zmmword ptr [rax + b+401344] ; zmm1<-zmm1+b[401344] vmovdqu32 zmmword ptr [rax + a+401344], zmm1 ; store zmm1 in c[401344] vmovdqu32 zmm1, zmmword ptr [rax + c+401216] vpaddd zmm0, zmm0, zmmword ptr [rax + b+401280]...
2017 Jun 25
2
AVX Scheduling and Parallelism
...4, 0x90 .LBB0_1: # %vector.body # =>This Inner Loop Header: Depth=1 vmovdqu32 zmm1, zmmword ptr [rax + c+401344] ; load c[401344] in zmm1 vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[401280] in zmm0 vpaddd zmm1, zmm1, zmmword ptr [rax + b+401344] ; zmm1<-zmm1+b[401344] vmovdqu32 zmmword ptr [rax + a+401344], zmm1 ; store zmm1 in c[401344] vmovdqu32 zmm1, zmmword ptr [rax + c+40...
2017 Jun 25
0
AVX Scheduling and Parallelism
Hi, Zvi, I agree. In the context of targeting the KNL, however, I'm a bit concerned about the addressing, and specifically, the size of the resulting encoding: > vmovdqu32 zmm0, zmmword ptr [rax + c+401280] ;load b[401280] in > zmm0 > > vpaddd zmm1, zmm1, zmmword ptr [rax + b+401344] > ; zmm1<-zmm1+b[401344] The KNL can only deliver 16 bytes per cycle from the icache to the decoder. Essentially all of the instructions in the loop, as we seem to g...
2010 Jan 21
7
[Bug 1197] Enhancement request to enable fips compatibility mode in OpenSSH
https://bugzilla.mindrot.org/show_bug.cgi?id=1197 halsteaw at yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |halsteaw at yahoo.com --- Comment #1 from halsteaw at yahoo.com 2010-01-22 03:35:09 EST --- Patches were provided in the mailing list