forked from cilkplus/cilkplus.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader
executable file
·46 lines (38 loc) · 1.79 KB
/
header
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<meta name="description" content="This project implements the Intel Cilk Plus language extensions in the Clang frontend for LLVM">
<title>Cilk Plus/LLVM</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17808594-5']);
_gaq.push(['_setDomainName', 'cilkplus.github.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<div class="inner">
<a id="forkme_banner" href="https://github.com/cilkplus?tab=repositories">View on GitHub</a>
<h1 id="project_title">Cilk Plus/LLVM</h1>
<h2 id="project_tagline">An implementation of the Intel® Cilk™ Plus C/C++ language extensions in LLVM</h2>
<div id="downloads">
<a class="nav_link" href="#try">Try it!</a>
<a class="nav_link" href="#status">Status</a>
<a class="nav_link" href="https://github.com/cilkplus/clang/wiki/Porting-to-other-architectures">Porting</a>
<a class="nav_link" href="#license">License</a>
<a class="nav_link" href="#contact">Contact</a>
</div>
</div>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<div id="main_content" class="inner">