search for: fn7

Displaying 3 results from an estimated 3 matches for "fn7".

Did you mean: fn
2008 Aug 25
0
[LLVMdev] Proposal : Function Notes
...> should be > rejected by the verifier. > > define void @fn6() notes("opt-size=1,noinline") { ... } > > This is valid. The inliner is instructed to not inline fn6() here. > > The target CPU specific features can be encoded as function notes. > > define void @fn7() notes("x86.sse3") { ... } > define void @fn8() notes("x86.no-sse") { ... } > define void @fn9() notes("arm.no-thumb") { ... } > define void @fn10() notes("arm.force-thumb") { ... } > > The fn7() note "sse3" instructs the x86 code ge...
2008 Aug 22
10
[LLVMdev] Proposal : Function Notes
...ere. The function fn5() is malformed and it should be rejected by the verifier. define void @fn6() notes("opt-size=1,noinline") { ... } This is valid. The inliner is instructed to not inline fn6() here. The target CPU specific features can be encoded as function notes. define void @fn7() notes("x86.sse3") { ... } define void @fn8() notes("x86.no-sse") { ... } define void @fn9() notes("arm.no-thumb") { ... } define void @fn10() notes("arm.force-thumb") { ... } The fn7() note "sse3" instructs the x86 code generator to use SSE3 in...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking