Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s1615
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RealCoding2_Team1
fx_s1615
Commits
3935391a
Commit
3935391a
authored
4 years ago
by
고예준
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
02675eeb
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+63
-5
63 additions, 5 deletions
README.md
with
63 additions
and
5 deletions
README.md
+
63
−
5
View file @
3935391a
...
@@ -261,17 +261,75 @@ gprof
...
@@ -261,17 +261,75 @@ gprof
### 정확도 검증
### 정확도 테스트
엑셀 표 넣는거
*
Multiply
1.
MUL_01

2.
MUL_02

### 속도 검증
*
32bit 인 경우
3.
MUL_03

*
Division
1.
DIV_01

*
64bit 인 경우
2.
DIV_02

3.
DIV_03

정확도 테스트를 위해 엑셀표로 확인한 결과,
DIV_01의 정확도는 ~하고
DIV_02의 정확도는 ~하고
DIV_03의 정확도는 ~하다는 결과가 나왔다.
따라서 최종적으로 정확도는 DIV_XX < DIV_YY < DIV_ZZ로 정확도가 높다는 결과가 나왔다.
<br>
<br>
### 속도 테스트

*
32bit 실행 결과
1.
Multiply
MUL_03 < MUL_02 < MUL_01
<br>
32 bit에서 곱셈을 실행한 결과, cast하지 않은 것들에서 빠른 성능을 보인다는 것을 알 수 있었다.
<br>
<br>
2.
Division
DIV_01 = DIV_03 < DIV_02
<br>
<br>
*
64bit 실행 결과
1.
Multiply
MUL_03 = MUL_02 < MUL_01
<br>
<br>
2.
Division
DIV_02 < DIV_03 < DIV_01
<br>
<br>
### Sin
### Sin
...
...
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