We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cc38f commit 9eceb63Copy full SHA for 9eceb63
unordered-containers.cabal
@@ -77,15 +77,10 @@ library
77
MagicHash,
78
BangPatterns
79
80
- if flag(noMsse42)
81
- ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans
82
- else
+ ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans
+ if !flag(noMsse42) && arch(x86_64)
83
-- only enable flag on x86
84
- if arch(i386) || arch(x86_64)
85
- ghc-options: -Wall -O2 -fwarn-tabs -ferror-spans -msse4.2
86
87
- -- else, get whatever GHC gives you
88
+ ghc-options: -msse4.2
89
90
-- For dumping the generated code:
91
-- ghc-options: -ddump-simpl -ddump-stg-final -ddump-cmm -ddump-asm -ddump-to-file
0 commit comments