← Documents Documentation/arch/arm/nwfpe/index.rst GitHub 원문 ↗

Linux 6.18.37 · Architecture

NetWinder's floating point emulator

NWFPE 소개, 구현 상태, 알려진 precision 문제와 TODO 문서를 연결하는 index입니다.

Source pathDocumentation/arch/arm/nwfpe/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약과 해설

index.rst:1-13

이 문서 묶음은 emulator의 설계 배경에서 instruction별 구현 상태, 알려진 문제, 향후 transcendental·rounding 작업까지 한 흐름으로 읽도록 구성됩니다.

NWFPE 문서 흐름
nwfpe introductioncurrent statenotestodo

소개에서 구현 상태를 확인한 뒤 known issue와 TODO로 이어집니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ===================================
4 NetWinder's floating point emulator
5 ===================================
6
7 .. toctree::
8 :maxdepth: 1
9
10 nwfpe
11 netwinder-fpe
12 notes
13 todo
14

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

NetWinder's floating point emulator

1-6

SPDX license identifier는 `GPL-2.0`이며 NetWinder floating-point emulator 문서 묶음의 index입니다.

문서 목차

7-13

toctree의 최대 깊이는 1이며 소개, 현재 상태, 알려진 문제, TODO 문서를 순서대로 연결합니다.

.. toctree::
   :maxdepth: 1

   nwfpe
   netwinder-fpe
   notes
   todo