Closed GoogleCodeExporter closed 8 years ago
I'll look into it.
Original comment by yann.col...@gmail.com
on 21 Aug 2014 at 3:42
Original comment by yann.col...@gmail.com
on 21 Aug 2014 at 3:43
There was a problem recently detected within the 64-bits detection macro when
compiled under some specific compiler on AIX systems. Since AIX is generally
associated with ppc hardware, maybe it could impact you too ?
The problem was fixed into a recent "dev" branch update :
https://github.com/Cyan4973/lz4/tree/dev
Would you mind testing if it does improve anything for you ?
Regards
Original comment by yann.col...@gmail.com
on 21 Aug 2014 at 4:15
I am trying the dev branch, and my compiler is ppc-unknow-linux-uclibc-gcc 4.4.1
hope it helpful.
Original comment by lewvan85...@gmail.com
on 22 Aug 2014 at 6:04
Not sure to understand.
Do you mean :
- You tested latest "dev" branch on your described system and it failed
or
- You are planning to test latest "dev" branch on your system, and you hope it
will work ?
Original comment by yann.col...@gmail.com
on 22 Aug 2014 at 10:18
I am testing on this brach:https://github.com/Cyan4973/lz4/tree/dev
and it works well right now.
then i need to integrate this branch into my project.
by the way, I noticed that some macro may have different behavior on diff cpu:
#deffine AARCH(x) (((size_t_S *)(x))->v)
#define STEPSIZE sizeof(size_t)
Original comment by lewvan85...@gmail.com
on 23 Aug 2014 at 8:07
> by the way, I noticed that some macro may have different behavior on diff cpu:
Yes, it's intentional.
I'm glad latest "dev" branch was enough to solve your problem.
Original comment by yann.col...@gmail.com
on 23 Aug 2014 at 10:42
Fixed into r122
Original comment by yann.col...@gmail.com
on 28 Aug 2014 at 2:55
Original issue reported on code.google.com by
lewvan85...@gmail.com
on 21 Aug 2014 at 3:34