HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
SIMD ("sim-dee"로 발음합니다)는 컴퓨터 구조 분류 중 하나인 단일 명령어/복수 데이터(Single Instruction/Multiple Data)의 단축입니다. SIMD는 같은 연산 하나가 결과상 데이터 레벨 병렬화 및 성능 향상이 되는 여러 데이터 요소에 수행될 수 있게 합니다. 예를 들어, 3D 그래픽스 및 비디오 처리, 물리 시뮬레이션 또는 암호화 및 다른 도메인을 들 수 있습니다.
명령어 또는 데이터 집합 내 병렬화 없는 순차 구조의 경우 SISD를 참조하세요.