@@ 2,8 2,8 @@

-Here lies some naive benchmarks to see the performance benefits when adding large numbers of
-floating-point values using `ispc`.
+Here lies some naive benchmarks to see the performance benefits when adding
+large counts of floating-point values using `ispc`.
## Dependencies
@@ 13,13 13,14 @@ floating-point values using `ispc`.
- [Intel Threading Building Blocks](https://www.threadingbuildingblocks.org)
- [Google Benchmark](https://github.com/google/benchmark)
-You will also need a CPU that has the AVX intruction set. You can replace the intrinsics to
-target SSE or any other architecture as required. Here are a couple of helpful links for
-finding the appropriate functions and headers:
+You will also need a CPU that has the AVX intruction set. You can replace the
+intrinsics to target SSE or any other architecture as required. Here are a
+couple of helpful links for finding the appropriate functions and headers:
- https://software.intel.com/sites/landingpage/IntrinsicsGuide/
- http://www.g-truc.net/post-0359.html
## License
-This project is licensed under the [Unlicense](LICENSE) (https://unlicense.org/).
+This project is licensed under the [Unlicense](LICENSE)
+(https://unlicense.org/).