aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/simd/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/glossary/simd/index.html')
-rw-r--r--files/ko/glossary/simd/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/ko/glossary/simd/index.html b/files/ko/glossary/simd/index.html
new file mode 100644
index 0000000000..8ea2e76c6d
--- /dev/null
+++ b/files/ko/glossary/simd/index.html
@@ -0,0 +1,20 @@
+---
+title: SIMD
+slug: Glossary/SIMD
+tags:
+ - Glossary
+ - JavaScript
+translation_of: Glossary/SIMD
+---
+<p>SIMD ("seem-dee"로 발음) 는 {{Interwiki("wikipedia","Flynn%27s_taxonomy","컴퓨터 구조 분류")}} 중 하나인 단일 명령어/복수 데이터(<strong>Single Instruction/Multiple Data</strong>)의 단축입니다. SIMD는 같은 연산 하나가 결과상 데이터 레벨 병렬화 및 성능 향상이 되는 여러 데이터 요소(point)에 수행될 수 있게 합니다, 가령 3D graphics 및 video 처리, 물리 시뮬레이션 또는 암호화(cryptography) 및 다른 도메인을 위한.</p>
+
+<p>명령어 또는 데이터 집합 내 병렬화 없는 순차 구조의 경우 {{Glossary("SISD")}} 참조.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반_지식">일반 지식</h3>
+
+<ul>
+ <li>{{jsxref("Global_Objects/SIMD","SIMD in JavaScript","","true")}}</li>
+ <li>{{Interwiki("wikipedia", "SIMD")}} on Wikipedia</li>
+</ul>