Skip to content

Commit ba58d3d

Browse files
committed
Docs update for v1.21.0
1 parent 0cb6db2 commit ba58d3d

11 files changed

Lines changed: 112 additions & 173 deletions

contrib.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

documentation.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

downloads.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

example.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

faq.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,8 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
77
<title>Frequently Asked Questions About Intel® ISPC</title>
8-
<script type="text/javascript">
9-
10-
var _gaq = _gaq || [];
11-
_gaq.push(['_setAccount', 'UA-1486404-4']);
12-
_gaq.push(['_trackPageview']);
13-
14-
(function() {
15-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18-
})();
19-
20-
</script>
218
<link rel="stylesheet" href="css/style.css" type="text/css" />
229
</head>
2310
<body>
@@ -396,15 +383,15 @@ <h2>How can I generate a single binary executable with support for multiple inst
396383
ispc foo.ispc -o foo.o --target=sse2,sse4-x2,avx-x2
397384
</pre>
398385
<p>Then four object files will be generated: <tt class="docutils literal">foo_sse2.o</tt>, <tt class="docutils literal">foo_sse4.o</tt>,
399-
<tt class="docutils literal">foo_avx.o</tt>, and <tt class="docutils literal">foo.o</tt> <a class="footnote-reference" href="#id2" id="id1">[1]</a>. Link all of these into your executable, and
386+
<tt class="docutils literal">foo_avx.o</tt>, and <tt class="docutils literal">foo.o</tt> <a class="footnote-reference" href="#footnote-1" id="footnote-reference-1">[1]</a>. Link all of these into your executable, and
400387
when you call a function in <tt class="docutils literal">foo.ispc</tt> from your application code,
401388
<tt class="docutils literal">ispc</tt> will determine which instruction sets are supported by the CPU the
402389
code is running on and will call the most appropriate version of the
403390
function available.</p>
404-
<table class="docutils footnote" frame="void" id="id2" rules="none">
391+
<table class="docutils footnote" frame="void" id="footnote-1" rules="none">
405392
<colgroup><col class="label" /><col /></colgroup>
406393
<tbody valign="top">
407-
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>Similarly, if you choose to generate assembly language output or
394+
<tr><td class="label"><a class="fn-backref" href="#footnote-reference-1">[1]</a></td><td>Similarly, if you choose to generate assembly language output or
408395
LLVM bitcode output, multiple versions of those files will be created.</td></tr>
409396
</tbody>
410397
</table>

features.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

index.html

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,7 @@
2323
<![endif]>
2424
<![endif]-->
2525
<title>Intel® Implicit SPMD Program Compiler</title>
26-
<script type="text/javascript">
27-
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-1486404-4']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function() {
33-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36-
})();
37-
38-
</script></head>
26+
</head>
3927
<body>
4028
<div id="wrap">
4129
<div id="wrap2">

0 commit comments

Comments
 (0)