Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
smithlabcode
/
dnmtools
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
47
Code
Issues
31
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Adding an implementation of lgamma for speed
- #304
#304
Merged
andrewdavidsmith
merged 6 commits into
master
smithlabcode/dnmtools:master
from
radmeth-builtin-lgamma
smithlabcode/dnmtools:radmeth-builtin-lgamma
Copy head branch name to clipboard
Oct 24, 2025
Conversation
Commits
6
(6)
Checks
Files changed
Merged
Adding an implementation of lgamma for speed
#304
andrewdavidsmith
merged 6 commits into
master
smithlabcode/dnmtools:master
from
radmeth-builtin-lgamma
smithlabcode/dnmtools:radmeth-builtin-lgamma
Copy head branch name to clipboard
Commits
Commits on Oct 23, 2025
src/radmeth/radmeth_model.hpp: fixing the Apple floating point parsing
andrewdavidsmith
committed
9f8871e
View commit details
Copy full SHA for 9f8871e
Browse repository at this point
Commits on Oct 24, 2025
src/radmeth/radmeth_nano.cpp and src/radmeth/radmeth_optimize_gamma.hpp: removing linear optimization functions and using only the fdf
andrewdavidsmith
committed
6fa6c0a
View commit details
Copy full SHA for 6fa6c0a
Browse repository at this point
src/radmeth/radmeth_optimize_gamma.cpp: removed linear optimization functions and only using the fdf. Reordered some local functions. Added include for radmeth_lgamma and now using that instead of …
Show description for ec65884
andrewdavidsmith
committed
ec65884
View commit details
Copy full SHA for ec65884
Browse repository at this point
src/radmeth/radmeth_lgamma.hpp: adding an lgamma implementation because the one in glibc is slow and I don't think we need all the branching, etc., which seemed to be pressuring icache
andrewdavidsmith
committed
725c878
View commit details
Copy full SHA for 725c878
Browse repository at this point
src/radmeth/radmeth_lgamma.hpp: minor cleanup
andrewdavidsmith
committed
decb1f7
View commit details
Copy full SHA for decb1f7
Browse repository at this point
Makefile.am: adding the radmeth_lgamma.hpp source
andrewdavidsmith
committed
922d720
View commit details
Copy full SHA for 922d720
Browse repository at this point
You can’t perform that action at this time.