Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
91694be8
Commit
91694be8
authored
Jun 29, 2007
by
rl@cse.unsw.edu.au
Browse files
Add -fvectorise
parent
bb0528fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
91694be8
...
...
@@ -200,6 +200,7 @@ data DynFlag
|
Opt_UnboxStrictFields
|
Opt_DictsCheap
|
Opt_RewriteRules
|
Opt_Vectorise
-- misc opts
|
Opt_Cpp
...
...
@@ -1083,7 +1084,8 @@ fFlags = [
(
"force-recomp"
,
Opt_ForceRecomp
),
(
"hpc-no-auto"
,
Opt_Hpc_No_Auto
),
(
"rewrite-rules"
,
Opt_RewriteRules
),
(
"break-on-exception"
,
Opt_BreakOnException
)
(
"break-on-exception"
,
Opt_BreakOnException
),
(
"vectorise"
,
Opt_Vectorise
)
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment