Stéphane Letz
2011-Jun-28 10:29 UTC
[LLVMdev] LLVM vector code generation for standard functions
Hi, We are experimenting with LLVM vector code generation. In the current documentation we see that some standard functions (like "sqrt", "sin"...) have an overloaded intrinsic version llvm.sqrt.*, sin.*, but some of them are missing. What is the strategy at this point? Will the missing one be added in the future, or should we switch on version defined in external libraries or our own eternally coded vector versions? Thanks. Stéphane Letz
Maybe Matching Threads
- [LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
- [LLVMdev] Vectorized LLVM IR
- [LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
- [LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
- [LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR