Skip to content

Commit

Permalink
revert prior.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 15, 2023
1 parent 6896f29 commit 3662f59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Data/Bits/Floating/Prim.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ import GHC.Exts (Word64#, Word32#)
#elif WORD_SIZE_IN_BITS == 64
import GHC.Exts (Word#)
#define WORD64 Word
-- #if MIN_VERSION_base(4,15,0)
-- #define WORD32 Word
-- #else
#if MIN_VERSION_base(4,15,0)
#define WORD32 Word
#else
import GHC.Exts (Word32#)
#define WORD32 Word32
-- #endif
#endif
#else
#error non-X86_64 architectures not supported
#endif
Expand Down

0 comments on commit 3662f59

Please sign in to comment.