Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s4716
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
battle_C_6
fx_s4716
Commits
b4996369
Commit
b4996369
authored
4 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
a51c6d9c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-5
9 additions, 5 deletions
README.md
with
9 additions
and
5 deletions
README.md
+
9
−
5
View file @
b4996369
...
...
@@ -5,9 +5,10 @@
### 1. Brief information about our values
*
fx_s4716
*
**fx**
-> fixed point(고정 소수점 방식 사용)
*
**s**
-> signed(부호 1비트 사용)
*
**4716**
-> 정수부 47비트, 소수부 16비트 사용
!
[
고정소수점
](
/uploads/4131df8bf8f6810e284ab8fcda2e0c36/고정소수점.png
)
*
```fx```
-> fixed point(고정 소수점 방식 사용)
*
```s```
-> signed(부호 1비트 사용)
*
```4716```
-> 정수부 47비트, 소수부 16비트 사용
*
minimum : -140,737,488,355,328 (-2^63/2^16)
*
maximum : 140,737,488,355,327.9999847412109375 (2^63-1/2^16)
*
resolution : 0.0000152587890625 (1/2^16)
...
...
@@ -28,11 +29,14 @@
### 3. Make Build
-
Makefile은 기본
저긍
로 Target, Dependency, Recipe 등에 대한 Rules로 이루어져 있다.
-
Makefile은 기본
적으
로 Target, Dependency, Recipe 등에 대한 Rules로 이루어져 있다.
```
Text
<Target> : <Dependencies>
<Recipe>
```
*
Target : 빌드 대상 이름.
*
Dependencies : 빌드 대상이 의존하는 Target이나 파일 목록.
*
Recipe : 빌드 대상을 생성하는 명령. 무조건
```tab```
을 넣어주어야 한다.
-
Macro, Variable 이용
1.
SRCS : 소스 파일들의 이름을 적는다.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment