Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
d053ad2b
Commit
d053ad2b
authored
Dec 06, 2007
by
rl@cse.unsw.edu.au
Browse files
Teach vectorisation about some temporary conversion functions
parent
942e4858
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/vectorise/VectBuiltIn.hs
View file @
d053ad2b
...
...
@@ -232,6 +232,8 @@ preludeVars
-- FIXME: temporary
,
mk
nDP_PRELUDE_PARR
FSLIT
(
"fromPArrayP"
)
nDP_PRELUDE_PARR
FSLIT
(
"fromPArrayPA"
)
,
mk
nDP_PRELUDE_PARR
FSLIT
(
"toPArrayP"
)
nDP_PRELUDE_PARR
FSLIT
(
"toPArrayPA"
)
,
mk
nDP_PRELUDE_PARR
FSLIT
(
"fromNestedPArrayP"
)
nDP_PRELUDE_PARR
FSLIT
(
"fromNestedPArrayPA"
)
]
where
mk
=
(,,,)
...
...
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