Skip to content

Commit

Permalink
Merge pull request #31 from ginggs/patch-1
Browse files Browse the repository at this point in the history
Do not include <arch>_fpmath.h
  • Loading branch information
Viral B. Shah authored and ararslan committed Feb 3, 2017
1 parent bcc15f8 commit 08d294a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/specfun/fpmath.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
#ifndef _FPMATH_H_
#define _FPMATH_H_

// Currently assumes Intel platform
#if defined (__i386__) || defined(__x86_64__)
#ifdef __LP64__
#include "amd64_fpmath.h"
#else
#include "i386_fpmath.h"
#endif
#endif

// We need to find out the byte ordering of the system.
//
// This will be stored in the following macros:
Expand Down

0 comments on commit 08d294a

Please sign in to comment.