Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3dca032c
Commit
3dca032c
authored
Dec 05, 2007
by
rl@cse.unsw.edu.au
Browse files
Teach vectorisation about singletonP
parent
d46b38d8
Changes
1
Show whitespace changes
Inline
Side-by-side
compiler/vectorise/VectBuiltIn.hs
View file @
3dca032c
...
...
@@ -217,6 +217,7 @@ preludeVars
,
mk
gHC_PARR
FSLIT
(
"replicateP"
)
nDP_COMBINATORS
FSLIT
(
"replicatePA"
)
,
mk
gHC_PARR
FSLIT
(
"!:"
)
nDP_COMBINATORS
FSLIT
(
"indexPA"
)
,
mk
gHC_PARR
FSLIT
(
"crossMapP"
)
nDP_COMBINATORS
FSLIT
(
"crossMapPA"
)
,
mk
gHC_PARR
FSLIT
(
"singletonP"
)
nDP_COMBINATORS
FSLIT
(
"singletonPA"
)
,
mk
nDP_PRELUDE_INT
FSLIT
(
"plus"
)
nDP_PRELUDE_INT
FSLIT
(
"plusV"
)
,
mk
nDP_PRELUDE_INT
FSLIT
(
"minus"
)
nDP_PRELUDE_INT
FSLIT
(
"minusV"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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