diff options
| author | Rick Gibbed <rick@gibbed.us> | 2018-05-27 10:17:08 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-27 10:17:08 -0500 |
| commit | ff6dcfefe628fec708e99cbd4dee138768fa359f (patch) | |
| tree | 05cd4defeaffd08d40c63e6a747e3f7aaf673e81 /docs | |
| parent | 3e216f0553263cfe9de2df51ef11ac3930d73f81 (diff) | |
[Docs] Fix formatting error in CPU documentation.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cpu.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpu.md b/docs/cpu.md index d89722182..c1521f1e8 100644 --- a/docs/cpu.md +++ b/docs/cpu.md @@ -134,5 +134,5 @@ instructions, though, which are only documented in a few places (like the gcc so ### x64 * [Intel Manuals](http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html) -** [Combined Intel Manuals](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf) + * [Combined Intel Manuals](http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-manual-325462.pdf) * [Apple AltiVec/SSE Migration Guide](https://developer.apple.com/legacy/library/documentation/Performance/Conceptual/Accelerate_sse_migration/Accelerate_sse_migration.pdf) |
