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

Re: [csmith-dev] floats merged



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


On 09/30/2014 08:38 AM, Eric Eide wrote:
John Regehr <regehr@cs.utah.edu> writes:

An all-night run of Csmith+floats didn't turn up any obvious Csmith problems
so I went ahead and merged the floating-point branch into master.

Cool!