본문 바로가기
Computer Science/Computer Architecture

3. Computer Arithmetic

by Gofo 2021. 5. 16.

Computer Arithmetic

1950년대의 computer design은 더빠른 컴퓨터를 만들기 위해서 faster ALU을 위한 algorithm과 implementation에 초점을 두었다.

Computer Arithmetic은 1960년대 거의 완성되었고, 그로부터 조금씩 발전되는 형태이다.

과거에는 ALU을 직접 개발해서 사용하였지만, 오늘날에는 ALU을 지적재산처럼 구매해서 사용한다.

 

Computer arithmetic은 크게 3가지로 구분할 수 있다.

  1. Integer arithmetic
  2. Floating-point arithmetic
  3. Multimedia arithmetic

 

'Computer Science > Computer Architecture' 카테고리의 다른 글

3. Floating-Point Arithmetic  (0) 2021.05.16
3. Integer Arithmetic  (0) 2021.05.16
2. Compile, Link, Run  (0) 2021.05.09
2. MIPS : Runtime Environment  (0) 2021.05.09
2. MIPS : Non-Leaf Procedure  (1) 2021.05.09

댓글