Re: Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-20 Thread Michael Pyne
> On May 19, 2016, 11:17 p.m., Michael Pyne wrote: > > This is an error upstream in the MurmurHash 1.0 aligned implementation > > (which still contains the error, see > > https://sites.google.com/site/murmurhash/MurmurHashAligned.cpp?attredirects=0 > > ) > > > > In our case KSharedDataCache

Re: Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-20 Thread Fabian Vogt
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127968/ --- (Updated May 20, 2016, 11:08 a.m.) Status -- This change has been

Re: Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-20 Thread Fabian Vogt
> On Mai 19, 2016, 11:17 nachm., Michael Pyne wrote: > > This is an error upstream in the MurmurHash 1.0 aligned implementation > > (which still contains the error, see > > https://sites.google.com/site/murmurhash/MurmurHashAligned.cpp?attredirects=0 > > ) > > > > In our case

Review Request 127968: kshareddatacache: Fix invalid use of & to avoid unaligned reads

2016-05-19 Thread Fabian Vogt
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127968/ --- Review request for KDE Frameworks, David Faure and Michael Pyne.