File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h1 style="font-family: 'Raleway'; font-weight: 800; text-shadow: 2px 2px 4px #a
5656 <!-- bootstrap's grid system allows up to 12 columns -->
5757 < div class ="col-md-1 "> </ div >
5858 < div class ="col-md-10 ">
59- < p class ="lead ">
59+ < p class ="lead text-center ">
6060 < i > Accelerate</ i > is a free, general-purpose, open-source library that
6161 simplifies the process of developing software that targets massively
6262 parallel architectures including multicore CPUs and GPUs.
@@ -139,6 +139,17 @@ <h2 class="featurette-heading">
139139
140140 < hr class ="featurette-divider ">
141141 < div class ="row featurette text-center ">
142+ < div class ="col-md-1 "> </ div >
143+ < div class ="col-md-10 ">
144+ < p class ="lead ">
145+ The core philosophy of Accelerate is to combine < i > performance</ i > ,
146+ < i > productivity</ i > , and < i > portability</ i > into a single language
147+ and compiler: quickly write the compute-intensive part of your
148+ program in a high-level style and leave Accelerate to work on the
149+ details of code transformation for the target architecture.
150+ </ p >
151+ </ div >
152+ < div class ="col-md-1 "> </ div >
142153 < a href ="get-started.html " class ="btn btn-lg btn-success " style ="padding: 20px; color: white; ">
143154 < span style ="font-size:2.2em; ">
144155 Get Started
You can’t perform that action at this time.
0 commit comments