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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RealCoding2_Team1
fx_s1615
Commits
732d6f5d
Commit
732d6f5d
authored
4 years ago
by
고예준
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md_속도테스트 수정
parent
5747a6ee
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
+6
-13
6 additions, 13 deletions
README.md
with
6 additions
and
13 deletions
README.md
+
6
−
13
View file @
732d6f5d
...
@@ -309,45 +309,38 @@ DIV_03의 경우 오차율이 조금 증가하지만 범용적으로 사용할
...
@@ -309,45 +309,38 @@ DIV_03의 경우 오차율이 조금 증가하지만 범용적으로 사용할
<br>
<br>
### 속도 테스트
### 속도 테스트


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