search for: vcheck

Displaying 8 results from an estimated 8 matches for "vcheck".

Did you mean: check
2005 Jun 22
3
CentOS4 ClamAV reports zlib needs updating
I'm just about to update ClamAV to v0.86 on a CentOS4 box having successfully done this on a 3.3 box but... configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then! Any expected probs with me doing this update from the site - I have tried with yum (including Dag's repository) and it finds no updates. Ta NK
2005 Feb 23
1
new version of zlib to CenOS 3.3 ?
I wanted to upgrade my ClamAV but ./configure gave this error checking for zlib installation... /usr configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stablility issues then! but yum gave this message # yum install zlib Gathering header information file(s) from server(s) Server: CentOS-3.3 - Addons Server: CentOS-3.3 - Base Server: CentOS-3.3 - Extras Server: CentOS-3.3 - Updates Finding updated packages Downloading needed...
2020 Apr 09
2
RFC: Promoting experimental reduction intrinsics to first class intrinsics
...* %ptr to <2 x i64> * %vload = load <2 x i64>, <2 x i64> * %vptr, align 8 %b = shufflevector <2 x i64> %vload, <2 x i64> undef, <2 x i32> <i32 1, i32 undef> %c = or <2 x i64> %vload, %b %vreduce = extractelement <2 x i64> %c, i32 0 %vcheck = icmp eq i64 %vreduce, 0 br i1 %vcheck, label %ret, label %trap trap: %v2 = extractelement <2 x i64> %vload, i32 1 call void @TrapFunc(i64 %v2) ret void ret: ret void } ~Craig On Thu, Apr 9, 2020 at 10:04 AM Philip Reames via llvm-dev < llvm-dev at lists.llvm.org> wrote:...
2020 Apr 09
2
RFC: Promoting experimental reduction intrinsics to first class intrinsics
...load = load <2 x i64>, <2 x i64> * %vptr, align 8 > > %b = shufflevector <2 x i64> %vload, <2 x i64> undef, <2 x i32> <i32 1, > i32 undef> > %c = or <2 x i64> %vload, %b > %vreduce = extractelement <2 x i64> %c, i32 0 > > %vcheck = icmp eq i64 %vreduce, 0 > br i1 %vcheck, label %ret, label %trap > trap: > %v2 = extractelement <2 x i64> %vload, i32 1 > call void @TrapFunc(i64 %v2) > ret void > ret: > ret void > } > > ~Craig > > > On Thu, Apr 9, 2020 at 10:04 AM Philip Re...
2020 Jun 17
2
RFC: Promoting experimental reduction intrinsics to first class intrinsics
...t; >>   %b = shufflevector <2 x i64> %vload, <2 x i64> undef, <2 x >> i32> <i32 1, i32 undef> >>   %c = or <2 x i64> %vload, %b >>   %vreduce = extractelement <2 x i64> %c, i32 0 >> >>   %vcheck = icmp eq i64 %vreduce, 0 >>   br i1 %vcheck, label %ret, label %trap >> trap: >>   %v2 = extractelement <2 x i64> %vload, i32 1 >>   call void @TrapFunc(i64 %v2) >>   ret void >> ret: >>   ret v...
2020 Sep 09
4
RFC: Promoting experimental reduction intrinsics to first class intrinsics
...ign 8 >>> >>> %b = shufflevector <2 x i64> %vload, <2 x i64> undef, <2 x i32> <i32 >>> 1, i32 undef> >>> %c = or <2 x i64> %vload, %b >>> %vreduce = extractelement <2 x i64> %c, i32 0 >>> >>> %vcheck = icmp eq i64 %vreduce, 0 >>> br i1 %vcheck, label %ret, label %trap >>> trap: >>> %v2 = extractelement <2 x i64> %vload, i32 1 >>> call void @TrapFunc(i64 %v2) >>> ret void >>> ret: >>> ret void >>> } >>&...
2020 Apr 08
7
RFC: Promoting experimental reduction intrinsics to first class intrinsics
Hi, It’s been a few years now since I added some intrinsics for doing vector reductions. We’ve been using them exclusively on AArch64, and I’ve seen some traffic a while ago on list for other targets too. Sander did some work last year to refine the semantics after some discussion. Are we at the point where we can drop the “experimental” from the name? IMO all target should begin to transition
2005 May 08
2
newer ZLIB and ZLIB-DEVEL
Greetings, I have need of a newer ZLIB and/or maybe the ZLIB-DEVEL. I need 1.2.2 or later and was told to go to www.zlib.net On that site, it mentions... zlib for Linux, both shared and static plus headers (RPM format, many architectures) so what I am wondering is this, is there a new ZLIB coming down the "upstream" pipe now or quickly? if there a specific YUM command to snag from