Latency oriented processor architecture: Difference between revisions

Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
m Flynn's taxonomy: disambiguate
Line 4:
==Flynn's taxonomy==
{{Main|Flynn's taxonomy}}
Latency oriented processor architectures would normally fall into the category of [[Single instruction, single data|SISD]] classification under flynn's taxonomy. This implies a typical characteristic of latency oriented processor architectures is to execute a single task operating on a single data stream. Some [[Single instruction, multiple data|SIMD]] style multimedia extensions of popular instruction sets, such as Intel [[MMX (instruction set)|MMX]] and [[Streaming SIMD Extensions|SSE]] instructions, should also fall under the category of latency oriented processor architectures;<ref name=YanSohilin2016/> because, although they operate on a large data set, their primary goal is also to reduce overall latency for the entire task at hand.
 
==Implementation techniques==