(no commit message)
authoryimmanuel3@f4ac60d763911c3fa518755176e4b9ed455c75d8 <yimmanuel3@web>
Sun, 2 Feb 2020 09:03:23 +0000 (09:03 +0000)
committerIkiWiki <ikiwiki.info>
Sun, 2 Feb 2020 09:03:23 +0000 (09:03 +0000)
index.mdwn

index c3a24afb6312bb91ef7bc5e2e608b96524d62197..b2ce66cdefa3943db7bc5d4bbf67bb2d2900735d 100644 (file)
@@ -5,7 +5,7 @@ Its quite hard to guarantee that a performant processors(think pipelined, out-of
 
 There are entire [dissertations](http://www.kroening.com/diss/diss-kroe.pdf) dedicated to the subject matter of merely functionally verifying a pipeline(this doesn’t even consider out of order execution).
 
-Given the fact that [high performing]bug free processors don’t exist anymore, how can you trust your processor? The next best thing is have access to a processor’s design files. Not only have access to them, you need to be able to study and improve them.
+Given the fact that [high performing]bug free processors don’t exist anymore, how can you trust your processor? The next best thing is to have access to a processor’s design files. Not only have access to them, you need to be able to study and improve them.
 
 Such a processor is referred to as a Libre processor. However, processors themselves are only a part of the picture. Nowadays, most contemporary computing tasks involve artificial intelligence, media consumption, wireless connectivity, etc.