Displaying 5 results from an estimated 5 matches for "l119".
Did you mean:
119
2011 Jun 14
2
Facets with Multiple Values
I'm trying to determine the best way to index facets with multiple
values. For example, let's say we have several books and we want an
Author facet where one can filter the books by the author. The problem
is each book can have multiple authors. Is there a way to index
multiple author names into a single value slot for each book?
I see there is a Xapian::StringListSerialiser class that
2012 Dec 13
1
[PATCH] smallft.c
...lows us to take advantage of
memcpy's optimisations when copying
the floating point data.
Does this look OK?
- Michael
Index: smallft.c
===================================================================
--- smallft.c (revision 18737)
+++ smallft.c (working copy)
@@ -388,7 +388,7 @@
}
L119:
- for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik];
+ memcpy(c2, ch2, idl1 * sizeof(float));
t1=0;
t2=ipp2*idl1;
@@ -628,7 +628,7 @@
if(na==1)return;
- for(i=0;i<n;i++)c[i]=ch[i];
+ memcpy(c, ch, n * sizeof(float));
}
static void dradb2(int ido,int l1,float *cc,float *ch,float *wa...
2020 Apr 01
2
LLVM-C.dll in LLVM release 10 seem to be incomplete/missing export directory
Hello,
I downloaded the LLVM 10 release for windows and noticed, that the
LLVM-C.dll for x86 has a size of 9kb, which seems strangely small.
Both, the dll for x86 and x64, have no export directory. It is not possible
to link them statically to Delphi code or call GetProcAddress on them.
I do remember that this worked initially when
https://reviews.llvm.org/D56774 was done when compiling the dll
2017 Mar 14
3
llvm-stress crash
...zeroinitializer, i16 27357, i32 3
%B115 = and i16 %Sl102, %Sl11
%FC116 = uitofp i16 %B115 to double
%Sl117 = select i1 %L81, i32* %1, i32* %1
%Cmp118 = icmp ne i64 %Sl94, %L50
br i1 %Cmp118, label %CF254, label %CF267
CF267: ; preds = %CF254
%L119 = load i64, i64* %Sl
store i32 %ZE, i32* %PC78
%E120 = extractelement <4 x i16> zeroinitializer, i32 1
%Shuff121 = shufflevector <1 x i32> %Shuff33, <1 x i32> %Shuff33, <1 x i32> zeroinitializer
%I122 = insertelement <1 x i32> %Shuff121, i32 %E82, i32 0
%B123...
2020 Feb 27
12
[Bug 3126] New: Mark the RDomain configuration option unsupported on non-openbsd builds
https://bugzilla.mindrot.org/show_bug.cgi?id=3126
Bug ID: 3126
Summary: Mark the RDomain configuration option unsupported on
non-openbsd builds
Product: Portable OpenSSH
Version: 8.2p1
Hardware: Other
OS: Linux
Status: NEW
Keywords: patch
Severity: enhancement