search for: l182

Displaying 7 results from an estimated 7 matches for "l182".

Did you mean: 182
2018 Sep 17
1
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
...; > #define IS_ALIGNED <http://fxr.watson.org/fxr/ident?i=IS_ALIGNED>(n > <http://fxr.watson.org/fxr/ident?i=n>,align) (!((uint32_t)(n > <http://fxr.watson.org/fxr/ident?i=n>) & (align - 1))) > > http://fxr.watson.org/fxr/source/contrib/ncsw/inc/ncsw_ext.h#L182 Which truncates to 32 bits. But that's what we're trying to get rid of - by moving to a macro that lets us do full 64-bit alignment if needed. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
2018 Sep 17
2
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
On 9/17/18 3:39 PM, Nir Soffer wrote: >> +#define IS_ALIGNED(size, align) ({ \ >> + assert (is_power_of_2 ((align))); \ >> + !((size) & ((align) - 1)); \ >> +}) >> > > But this version will happily accept singed int, and I think this code > behavior with signed int is undefined. Well, sort of. Bit shifts
2018 Sep 17
0
Re: [PATCH nbdkit v2] common: isaligned: Use a macro instead of relying on implicit truncation.
...> The FreeBSD version: #define IS_ALIGNED <http://fxr.watson.org/fxr/ident?i=IS_ALIGNED>(n <http://fxr.watson.org/fxr/ident?i=n>,align) (!((uint32_t)(n <http://fxr.watson.org/fxr/ident?i=n>) & (align - 1))) http://fxr.watson.org/fxr/source/contrib/ncsw/inc/ncsw_ext.h#L182 Nir
2016 Apr 06
0
Squid for CentOS 7 and available file descriptors
...s for the Squid process in order to avoid hitting the limits (and disrupting the service). It seems that the packaged Squid for CentOS 7 has a hardcoded value of 16386 maximum file descriptors <https://git.centos.org/blob/!rpms!squid.git/c6361861418913e2a375a3507da79ace09e0dfa2/SPECS!squid.spec#L182>. The relevant portion of that spec file is ? --with-aio \ --with-default-user="squid" \ --with-filedescriptors=16384 \ --with-dl \ --with-openssl \ ? Why this limit? Is there any merit to opening a bug or enhancement request somewhere? Other than that, what could I do...
2020 May 21
1
RPM package builds backed by nbdkit
...text: https://bugzilla.redhat.com/show_bug.cgi?id=1837809#c28 https://rwmj.wordpress.com/2020/03/21/new-nbdkit-remote-tmpfs-tmpdisk-plugin/ http://libguestfs.org/nbdkit-tmpdisk-plugin.1.html https://github.com/libguestfs/nbdkit/blob/0632acc76bfeb7d70d3eefa42fc842ce6b7be4f8/plugins/tmpdisk/tmpdisk.c#L182 I did a bit of testing to try to see if this is really feasible, and yes I think it is. Discussion below, experimental results first ... I compiled qt5-qtwebkit from Rawhide dist-git by running the "fedpkg local" command. Version: qt5-qtwebkit-5.212.0-0.46.alpha4.fc33 Host: AMD Ryz...
2020 Jan 06
2
[EXTERNAL] Get llvm-mca results inside opt?
Andrea, thanks for the advice. On Jan 2, 2020, at 8:09 AM, Andrea Di Biagio <andrea.dibiagio at gmail.com<mailto:andrea.dibiagio at gmail.com>> wrote: Hi Lewis, Basically - if I understand correctly - you want to design a pass that uses llvm-mca as a library to compute throughput indicators for your outlined functions. You would then use those indicators to classify outlined
2017 Mar 14
3
llvm-stress crash
...zeroinitializer, i16 27357, i32 0 %FC179 = sitofp <4 x i16> %I47 to <4 x float> %Sl180 = select i1 %FC, i64 %L126, i64 %B92 %Cmp181 = fcmp ugt double %B61, %B16 br i1 %Cmp181, label %CF, label %CF236 CF236: ; preds = %CF236, %CF258 %L182 = load i8, i8* %0 store i32 %E38, i32* %Sl117 %E183 = extractelement <1 x i32> %Shuff121, i32 0 %Shuff184 = shufflevector <4 x i64> zeroinitializer, <4 x i64> %Shuff90, <4 x i32> <i32 7, i32 undef, i32 3, i32 5> %I185 = insertelement <4 x i16> %Shuff106,...