search for: ihi0045c

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

2010 Nov 12
1
[LLVMdev] Build Attributes Proposal
...ating-point were assumed when compiling. If the user required IEEE 754 precision when compiling, you should honour that, possibly using libraries that guarantee you won't diverge from the standard. Please read the Addenda for more information: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045c/index.html (chapter 2.3.7) There could be similar assumption in Intel or PowerPC, they're not exclusively on ARM, so having them on a global attribute list (that can easily be ignored by any target), could help. > * use of vector instructions: if you want the linker to codegen for SSE3, &...
2010 Nov 12
0
[LLVMdev] Build Attributes Proposal
Hi Renato, > So, after long rounds to define how the build attributes are going to > be represented in IR, and after Jason has implemented build attributes > in MC, I have a proposal on how to represent this in IR. > > First, we need to distinguish between target dependent and independent > attributes. Generic things like optimization level, specific > optimizations, use of
2010 Nov 12
3
[LLVMdev] Build Attributes Proposal
Hi all, So, after long rounds to define how the build attributes are going to be represented in IR, and after Jason has implemented build attributes in MC, I have a proposal on how to represent this in IR. First, we need to distinguish between target dependent and independent attributes. Generic things like optimization level, specific optimizations, use of vector instructions, use of