Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
golang-github-chewxy-math32
Manage
Activity
Members
Labels
Plan
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Josefsson
golang-github-chewxy-math32
Commits
7caa3bba
Unverified
Commit
7caa3bba
authored
11 months ago
by
Patricio Whittingslow
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #48 from chewxy/fix-assembly
fix recursive ARM asm call to remainder; match archRemainder for ARM64
parents
8e68659b
18420349
No related branches found
Branches containing commit
Tags
v1.11.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
stubs_arm.s
+1
-1
1 addition, 1 deletion
stubs_arm.s
stubs_arm64.s
+1
-1
1 addition, 1 deletion
stubs_arm64.s
with
2 additions
and
2 deletions
stubs_arm.s
+
1
−
1
View file @
7caa3bba
...
...
@@ -14,7 +14,7 @@ TEXT ·archLog(SB),NOSPLIT,$0
//
func
archRemainder
(
x
,
y
float32
)
float32
TEXT
·
archRemainder
(
SB
),
NOSPLIT
,$0
B
·
archR
emainder
(
SB
)
B
·
r
emainder
(
SB
)
//
func
archSqrt
(
x
float32
)
float32
TEXT
·
archSqrt
(
SB
),
NOSPLIT
,$0
...
...
This diff is collapsed.
Click to expand it.
stubs_arm64.s
+
1
−
1
View file @
7caa3bba
...
...
@@ -4,6 +4,6 @@
TEXT
·
archLog
(
SB
),
NOSPLIT
,$0
B
·
log
(
SB
)
//
func
archRemainder
(
x
float32
)
float32
//
TODO
//
func
archRemainder
(
x
,
y
float32
)
float32
//
TODO
//
TEXT
·
archRemainderTODO
(
SB
),
NOSPLIT
,
$
0
//
B
·
remainder
(
SB
)
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