[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-dev] floats merged



On 2014-09-30 07:52, John Regehr wrote:
The LLVM autovectorization page says that loops containing these
functions are candidates for vectorization:

pow	exp	exp2
sin	cos	sqrt
log	log2	log10
fabs	floor	ceil
fma	trunc	nearbyint
fmuladd

So these would be good intrinsics for us to throw into FP programs.

John


Yes, I will add this into my TODO.

- Yang