search for: w11

Displaying 20 results from an estimated 39 matches for "w11".

Did you mean: 11
2014 Sep 02
3
[LLVMdev] LICM promoting memory to scalar
...// %for.body // =>This Inner Loop Header: Depth=1 cmp w8, w9 b.hs .LBB0_4 // BB#3: // %if.then // in Loop: Header=BB0_2 Depth=1 ldr w11, [x10, :lo12:globalvar] <===== load inside loop add w11, w11, w1 str w11, [x10, :lo12:globalvar] <==== store inside loop .LBB0_4: // %for.inc // in Loop: Header=BB0_2 Dept...
2014 Sep 02
2
[LLVMdev] LICM promoting memory to scalar
...// =>This Inner Loop Header: Depth=1 >> cmp w8, w9 >> b.hs .LBB0_4 >> // BB#3: // %if.then >> // in Loop: Header=BB0_2 Depth=1 >> ldr w11, [x10, :lo12:globalvar] <===== load inside loop >> add w11, w11, w1 >> str w11, [x10, :lo12:globalvar] <==== store inside loop >> .LBB0_4: // %for.inc >>...
2024 May 28
2
Accessing guest Samba shares from Windows 10/11 without hacks
...1 you even need to disable "Digitally Sign >> Communications". >> >> I've scoured through the entire smb.conf man page, tried the options >> that looked appropriate, nothing worked. >> >> Is there a simple SoHo samba configuration that works for W10/W11 >> clients? I don't want to use Samba as a DC or anything like that. >> >> I'm using Samba 4.20.1. >> >> Here's where I posted the solution but again I'd like to avoid doing >> that: >> >> https://superuser.com/questions/1843566/window...
2014 Sep 03
3
[LLVMdev] LICM promoting memory to scalar
...                // %for.body                                         // =>This Inner Loop Header: Depth=1         cmp      w8, w9         b.hs    .LBB0_4 // BB#3:                                // %if.then                                         //   in Loop: Header=BB0_2 Depth=1         ldr     w11, [x10, :lo12:globalvar]                     <===== load inside loop         add      w11, w11, w1         str     w11, [x10, :lo12:globalvar]                      <==== store inside loop .LBB0_4:                                // %for.inc                                         //   in Loop:...
2018 Feb 22
2
Sink redundant spill after RA
...yte Folded Spill ldrsw x8, [x0, #4424] sxtw x10, w2 <------------- w2 is the use of spilled value before spill. sxtw x12, w1 madd x8, x8, x10, x12 ldr x9, [x0, #8] add x9, x9, x8, lsl #2 ldrh w11, [x9] ldrh w10, [x0, #16] str x2, [sp, #120] // 8-byte Folded Spill <------------- spill !!! cmp w11, w10 b.eq .LBB2_32 // %bb.1: // %if.end ldr x13, [sp, #120] // 8-byte Folded Rel...
2024 May 30
1
Accessing guest Samba shares from Windows 10/11 without hacks
> Is there a simple SoHo samba configuration that works for W10/W11 > clients? I don't want to use Samba as a DC or anything like that. > So, are there any Samba options that can be used with vanilla W10/W11 > enterprise installations without altering group/local security policies? Yesterday a link mentioned that Windows changed 'vanilla' flav...
2017 Sep 19
0
[iovisor-dev] [PATCH RFC 3/4] New 32-bit register set
...gt;; > +def W7 : Wi<7, "w7">, DwarfRegNum<[7]>; > +def W8 : Wi<8, "w8">, DwarfRegNum<[8]>; > +def W9 : Wi<9, "w9">, DwarfRegNum<[9]>; > +def W10 : Wi<10, "w10">, DwarfRegNum<[10]>; > +def W11 : Wi<11, "w11">, DwarfRegNum<[11]>; > + > +// 64-bit Integer registers > +def R0 : Ri<0, "r0", [W0]>, DwarfRegNum<[0]>; > +def R1 : Ri<1, "r1", [W1]>, DwarfRegNum<[1]>; > +def R2 : Ri<2, "r2", [...
2018 Feb 22
2
Sink redundant spill after RA
...sxtw x10, w2 <------------- w2 is the > use of spilled value before spill. > > sxtw x12, w1 > > madd x8, x8, x10, x12 > > ldr x9, [x0, #8] > > add x9, x9, x8, lsl #2 > > ldrh w11, [x9] > > ldrh w10, [x0, #16] > > str x2, [sp, #120] // 8-byte Folded Spill > <------------- spill !!! > > cmp w11, w10 > > b.eq .LBB2_32 > > // %bb.1: // %if.end > >...
2012 May 31
6
Manage but don't create resource
Hi, I have certain situations where I want to manage user attributes, if the user already exists on a system, but not actually create them if they are missing. Is there a way to do this? I tried removing the explicit "ensure => present", but this seems to have no effect (i.e. missing users still created). I am running 2.7.9. Thanks, Alan -- You received this message because
2018 Feb 22
0
Sink redundant spill after RA
...yte Folded Spill ldrsw x8, [x0, #4424] sxtw x10, w2 <------------- w2 is the use of spilled value before spill. sxtw x12, w1 madd x8, x8, x10, x12 ldr x9, [x0, #8] add x9, x9, x8, lsl #2 ldrh w11, [x9] ldrh w10, [x0, #16] str x2, [sp, #120] // 8-byte Folded Spill <------------- spill !!! cmp w11, w10 b.eq .LBB2_32 // %bb.1: // %if.end Presumably there is a redefinition of x2 somewhere in her...
2024 May 28
1
Accessing guest Samba shares from Windows 10/11 without hacks
...ation and in Windows 11 you even need to disable "Digitally Sign > Communications". > > I've scoured through the entire smb.conf man page, tried the options > that looked appropriate, nothing worked. > > Is there a simple SoHo samba configuration that works for W10/W11 > clients? I don't want to use Samba as a DC or anything like that. > > I'm using Samba 4.20.1. > > Here's where I posted the solution but again I'd like to avoid doing > that: > > https://superuser.com/questions/1843566/windows-11-enterprise-samba-access-...
2018 Feb 22
0
Sink redundant spill after RA
...------ w2 is the > > use of spilled value before spill. > > > > sxtw x12, w1 > > > > madd x8, x8, x10, x12 > > > > ldr x9, [x0, #8] > > > > add x9, x9, x8, lsl #2 > > > > ldrh w11, [x9] > > > > ldrh w10, [x0, #16] > > > > str x2, [sp, #120] // 8-byte Folded Spill > > <------------- spill !!! > > > > cmp w11, w10 > > > > b.eq .LBB2_32 > > > > // %bb.1:...
2013 Jan 09
2
Using objects within functions in formulas
Dear all, I'm looking to create a formula within a function to pass to glmer() and I'm having a problem that the following example will illustrate: library(lme4) y1 = rnorm(10) x1 = data.frame(x11=rnorm(10), x12=rnorm(10), x13=rnorm(10)) x1 = data.matrix(x1) w1 = data.frame(w11=sample(1:3,10, replace=TRUE), w12=sample(1:3,10, replace=TRUE), w13=sample(1:3,10, replace=TRUE)) test1 <- function(x2, y2, w2) { print(str(w2)) form = as.formula(paste("y2 ~ x2 +" ,paste("(1|w2$", names(w2), ")", collapse=" + ", sep=""))) m...
2014 Dec 17
2
Samba4 DC, SPNs and a complex Windows stack
...live migration, MSSQL clients and servers all over the place, it works for me here", in which case I'll continue investigating? Thanks, -Luke -- Luke Bigum Senior Systems Engineer Information Systems Ph: +44 (0) 20 3192 2520 --- LMAX Exchange, Yellow Building, 1A Nicholas Road, London W11 4AN http://www.LMAX.com/ 2014 #1 Fastest Growing Tech Company in the UK - Sunday Times Tech Track 100 2014 Best Margin Sector Platform - Profit & Loss Readers' Choice Awards 2014 Best FX Trading Venue - ECN/MTF - WSL Institutional Trading Awards 2014 Best Infrastructure/Technology Initiati...
2024 May 28
1
Accessing guest Samba shares from Windows 10/11 without hacks
...t Logons for the Lanman Workstation and in Windows 11 you even need to disable "Digitally Sign Communications". I've scoured through the entire smb.conf man page, tried the options that looked appropriate, nothing worked. Is there a simple SoHo samba configuration that works for W10/W11 clients? I don't want to use Samba as a DC or anything like that. I'm using Samba 4.20.1. Here's where I posted the solution but again I'd like to avoid doing that: https://superuser.com/questions/1843566/windows-11-enterprise-samba-access-error My configuration is simple: [glo...
2012 Apr 16
1
hiera puppet augeas and hash keys ?
Hi, if possible can someone post a working example please ? I am using hiera => puppet => augeas. cat myserver.yaml --- myserver: "Birthday": ''1'' "Debug": ''5'' The no. of settings will change, so i would like to use a hash here. The hiera lookup works already: >hiera -c /etc/puppet/hiera.yaml -h myserver
2014 Dec 17
1
Samba4 domain function level W2008 R2
Dear all, could someone explain in short about raising the domain function level to W 2008 R2. I thougt I did provision my samba4 DC as W2008 R2 function level, but my domain level show has an output like??: samba-tool domain level show Domain and forest function level for domain 'DC=tplk,DC=loc' Forest function level: (Windows) 2003 Domain function level: (Windows) 2003 Lowest function
2012 May 18
3
Hiera Questions: An array of :datadir: ?
In a posting a few days ago was this hiera.yaml source listing: --------------------------------- :backends: - json :hierarchy: - %{fqdn} - %{lmax_role}_role - %{lmax_env}_server - %{pop}.tradefair - common :json: :datadir: - /etc/puppet/private/ - /etc/puppet/environments/%{environment}/hiera_data_store/ -
2012 Apr 25
2
Unable to import a manifest file from a different directory to the one where site.pp is located using environments
Hi List, Puppet Version: v2.7.13 Question - If I correctly setup multiple manifestdir''s in the puppet.conf file how can I import a node pp file located in a different directory tree to site.pp? My configuration information is below. In my puppet.conf file I have setup an environment called "stable", within this environment I have setup the manifestdir, modulepath and
2014 Dec 17
1
Samba4 DC, SPNs and a complex Windows stack
...ot impossible". I'll post a separate thread with the specific issues I'm seeing when I've got enough information to ask for help with. -- Luke Bigum Senior Systems Engineer Information Systems Ph: +44 (0) 20 3192 2520 --- LMAX Exchange, Yellow Building, 1A Nicholas Road, London W11 4AN http://www.LMAX.com/ 2014 #1 Fastest Growing Tech Company in the UK - Sunday Times Tech Track 100 2014 Best Margin Sector Platform - Profit & Loss Readers' Choice Awards 2014 Best FX Trading Venue - ECN/MTF - WSL Institutional Trading Awards 2014 Best Infrastructure/Technology Initiati...