Skip to content

Commit

Permalink
Remove all mention of ARCH_HAS_FLOAT_REGISTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
snuglas authored and Douglas Katzman committed May 8, 2018
1 parent 71a4dab commit cab31f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/runtime/alpha-arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ release_spinlock(lispobj *word)
*word=0;
}

#define ARCH_HAS_FLOAT_REGISTERS
#define ALIEN_STACK_GROWS_DOWNWARD

#endif /* _ALPHA_ARCH_H */
5 changes: 0 additions & 5 deletions src/runtime/x86-64-arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
#define ARCH_HAS_STACK_POINTER
#define ALIEN_STACK_GROWS_DOWNWARD

/* FIXME: Do we also want
* #define ARCH_HAS_FLOAT_REGISTERS
* here? (The answer wasn't obvious to me when merging the
* architecture-abstracting patches for CSR's SPARC port. -- WHN 2002-02-15) */

#define COMPILER_BARRIER \
do { __asm__ __volatile__ ( "" : : : "memory"); } while (0)

Expand Down
5 changes: 0 additions & 5 deletions src/runtime/x86-arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
#define ARCH_HAS_STACK_POINTER
#define ALIEN_STACK_GROWS_DOWNWARD

/* FIXME: Do we also want
* #define ARCH_HAS_FLOAT_REGISTERS
* here? (The answer wasn't obvious to me when merging the
* architecture-abstracting patches for CSR's SPARC port. -- WHN 2002-02-15) */

#define COMPILER_BARRIER \
do { __asm__ __volatile__ ( "" : : : "memory"); } while (0)

Expand Down

0 comments on commit cab31f2

Please sign in to comment.