This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] powerpc: add libmvec implementations of log and logf


On Mon, 6 May 2019, Shawn Landden wrote:

> When fed numbers in the range of 0 to 2^32-1 (as doubles) the vector log
> is about 75% faster than scalar log.

Since you and Bert Tenjy have now posted rival patch versions implementing 
vector log, a key performance comparison would be against the version 
posted by Bert Tenjy 
<https://sourceware.org/ml/libc-alpha/2019-05/msg00054.html> - and in 
general, you should compare and contrast the two versions of log to 
justify why one might be better than another.  It's also important in such 
cases to be very clear about where exactly the patch you are posting fits 
into exactly what other patch series.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]