Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty 19.15 inlineppc.h

Author: Andreas Guettinger

Date: 13:46:54 07/14/04

Go up one level in this thread


On July 14, 2004 at 12:13:19, Joshua Shriver wrote:

>Thanks I'll have to check this out, will post dmg's of the new binaries as well.
>Wonder if Dr. Hyatt would add this to his source branch for later releases.
>
>Or Perhaps make a .diff of the source tree for patching.
>
>Sincerely,
>Joshua Shriver

Ok, chess.h and boolean.c have to be modified.


diff chess.c:

435c435
< #  if !defined(INLINE_AMD)
---
> #  if !defined(INLINE_AMD) && !defined(INLINE_PPC)
973a974,976
> #endif
> #if defined(INLINE_PPC)
> #  include "inlineppc.h"

diff boolean.c:

19c19
< #if (!defined(INLINE_ASM) && !defined(ALPHA) && !defined(INLINE_AMD)) ||
(defined(ALPHA) && !defined(PopCnt))
---
> #if (!defined(INLINE_ASM) && !defined(ALPHA) && !defined(INLINE_PPC)) || (defined(ALPHA) && !defined(PopCnt))

regards
Andy



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.