search for: 1_16

Displaying 4 results from an estimated 4 matches for "1_16".

Did you mean: 1,16
2016 Nov 13
2
llc generating code that writes below the stack pointer on darwin/x86-64
...ple-macosx10.5" define void @"\01_SYSTEM_$$_SETMXCSR$LONGWORD"(i32 %p.w) nobuiltin { ; [71] procedure SetMXCSR(w : dword); %tmp.1 = alloca i32, align 4 ; Var w located at %tmp.1 ; [72] begin store i32 %p.w, i32* %tmp.1, align 4 ; [73] defaultmxcsr:=w; %reg.1_16 = load i32, i32* %tmp.1, align 4 store i32 %reg.1_16, i32* @"\01_TC_$SYSTEM_$$_DEFAULTMXCSR", align 4 ; [75] ldmxcsr w call void asm sideeffect "# [math.inc]\0A\09ldmxcsr\09$0\0A","=*m,~{memory},~{fpsr},~{flags},~{rax},~{rcx},~{rdx},~{rsi},~{rdi},~{r8},~...
2018 Mar 09
2
GSoC aspirant - guruprasad hegde
Dear All, I'm guruprasad hegde. I would like to contribute to Xapian through GSOC-2018. Thank you for this wonderful opportunity. My Introduction: I study MSc in Computer science at the University of Saarland. I finished my 4th semester. Some of the courses I took include NLP, Information Retrieval & Data mining, statistical learning. These courses helped me develop the interest in
2018 Mar 23
3
GSoC aspirant - guruprasad hegde
...lay. I would like to mention that I am doing active preparation by reading Xapian codebase and literature. Thank you. Regards, Guruprasad Link for Tangent paper: https://www.cs.rit.edu/~rlaz/files/ntcir2016_tangent.pdf Link for MIaS paper: https://link.springer.com/chapter/10.1007/978-3-642-22673-1_16 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20180323/bbb1722a/attachment.html>
2023 Aug 03
1
[libnbd PATCH v4 20/25] generator: Actually request extended headers
...the default of whether to request extended headers (in the absence of an explicit nbd_set_request_extended_headers() call) depend on which version of libnbd one compiles against. That is, teach our linker script to produce aliased symbols, where nbd_create becomes an alias to either __nbd_create@@1_16 (default off) for backwards compatibility to apps compiled against older libnbd but run against the new .so, or to __nbd_create@@1_18 (default on) with preprocessor magic in <libnbd.h> that you get this alias by default when compiling against newer libnbd. This scales well for clients (old a...