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
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 }}
unitycoder
/
Unity.Mathematics
Public
forked from
Unity-Technologies/Unity.Mathematics
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
Unity.Mathematics
src
Unity.Mathematics.CodeGen
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 16, 2021
Updates test-framework code to 2.8-preview which allows for sample units to be specified again
kevinmv
committed
a94d065
View commit details
Copy full SHA for a94d065
View code at this point
Browse repository at this point
Upgrades generated tests to improve the comment message to tell users how to regenerate and removes the use of .Definition which is not supported in the 2.0+ line of test-framework.performance
kevinmv
committed
c0ac04f
View commit details
Copy full SHA for c0ac04f
View code at this point
Browse repository at this point
Commits on Feb 8, 2021
Update documentation to fix validation errors (#189)
Show description for 7da8f19
unpacklo
authored
7da8f19
View commit details
Copy full SHA for 7da8f19
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
Add math.sign(x) for integers. (#181)
Show description for 688d723
barbara-wang
authored
688d723
View commit details
Copy full SHA for 688d723
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Check type before casting in Equals override. (#174)
Show description for d2dcf30
unpacklo
authored
d2dcf30
View commit details
Copy full SHA for d2dcf30
View code at this point
Browse repository at this point
Add orthonormal_basis() to compute orthonormal basis. (#173)
Show description for 79d02c9
unpacklo
authored
79d02c9
View commit details
Copy full SHA for 79d02c9
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
Tag Unity.Mathematics types with new IL2CPP attribute.
Show description for e52fbe8
unpacklo
committed
e52fbe8
View commit details
Copy full SHA for e52fbe8
View code at this point
Browse repository at this point
Commits on May 15, 2020
Fix test asserts that fail in Tiny IL2CPP builds.
Show description for 6ba8484
unpacklo
committed
6ba8484
View commit details
Copy full SHA for 6ba8484
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
Merge Unity.Physics AABB into MinMaxAABB.
unpacklo
committed
cb98c2c
View commit details
Copy full SHA for cb98c2c
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
Make internals visible to performance tests.
Show description for 9cd35de
unpacklo
committed
9cd35de
View commit details
Copy full SHA for 9cd35de
View code at this point
Browse repository at this point
Commits on Mar 16, 2020
Adding performance tests.
Show description for f62290b
unpacklo
committed
f62290b
View commit details
Copy full SHA for f62290b
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Add serializable to the half types.
unpacklo
committed
e91e4db
View commit details
Copy full SHA for e91e4db
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
Adding ispow2(). (#120)
unpacklo
authored
23e6c3d
View commit details
Copy full SHA for 23e6c3d
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Copying Log2Floor() from CollectionsHelper as floorlog2() (#119)
unpacklo
authored
2a2a87d
View commit details
Copy full SHA for 2a2a87d
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Adding ceillog2() and tests.
unpacklo
committed
d8d3208
View commit details
Copy full SHA for d8d3208
View code at this point
Browse repository at this point
Commits on Feb 25, 2020
Fix code gen to put assert expected and actual in correct order.
unpacklo
committed
d18ebe8
View commit details
Copy full SHA for d18ebe8
View code at this point
Browse repository at this point
Commits on Feb 22, 2020
Repo cleanup (#115)
Show description for 721f712
Icetigris
authored
721f712
View commit details
Copy full SHA for 721f712
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
Trim trailing spaces in code gen to ensure we stay clean.
unpacklo
committed
e3b306a
View commit details
Copy full SHA for e3b306a
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
Fix ToLiteral() double sign check.
unpacklo
committed
7e60619
View commit details
Copy full SHA for 7e60619
View code at this point
Browse repository at this point
Explicitly generate signed/unsigned QNaNs instead of using float.NaN.
Show description for 845fca3
unpacklo
committed
845fca3
View commit details
Copy full SHA for 845fca3
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
Add a stable string hash function to fix code gen issue.
Show description for d1ac31c
unpacklo
committed
d1ac31c
View commit details
Copy full SHA for d1ac31c
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
Pure formatting change: trim trailing whitespace.
unpacklo
committed
c862dc7
View commit details
Copy full SHA for c862dc7
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
Fix test directory check which was using the wrong directory.
unpacklo
committed
547aa3e
View commit details
Copy full SHA for 547aa3e
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Fixing the path to the tests directory for code gen.
unpacklo
committed
c172b93
View commit details
Copy full SHA for c172b93
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
By-ref indexing operators for matrix types
Show description for 6729172
andreasf-unity
committed
6729172
View commit details
Copy full SHA for 6729172
View code at this point
Browse repository at this point
Tag generated file with an appropriate comment
Show description for be96bd7
andreasf-unity
committed
be96bd7
View commit details
Copy full SHA for be96bd7
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
Make all test methods static
xoofx
committed
60c5972
View commit details
Copy full SHA for 60c5972
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
Merge remote-tracking branch 'origin/master' into switch-to-net471
xoofx
committed
6e31bdc
View commit details
Copy full SHA for 6e31bdc
View code at this point
Browse repository at this point
Update csproj
xoofx
committed
131a324
View commit details
Copy full SHA for 131a324
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
Switch to net471
xoofx
committed
cd20d37
View commit details
Copy full SHA for cd20d37
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Added clamp for long/ulong (with tests)
runestubbe
committed
a995ae4
View commit details
Copy full SHA for a995ae4
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
half2/half3/hal4 types are now generated.
Show description for f82c9e6
runestubbe
committed
f82c9e6
View commit details
Copy full SHA for f82c9e6
View code at this point
Browse repository at this point
Commits on Nov 29, 2018
Separated signed zero tests out of rcp tests to disable them on linux
runestubbe
committed
7829d89
View commit details
Copy full SHA for 7829d89
View code at this point
Browse repository at this point
added tests for ceilpow2, reflect, refract, sincos, select, dot, cmin, cmax, csum, any, all, length, lengthsq, distance, distancesq
Show description for 06a04bd
runestubbe
committed
06a04bd
View commit details
Copy full SHA for 06a04bd
View code at this point
Browse repository at this point
Commits on Nov 23, 2018
Added unit tests for tan, tanh, atan, atan2, cos, cosh, sin, sinh, exp, exp2, exp10, log, log2, log10, radians, degrees, sign, sqrt, rsqrt, rcp, floor, ceil, round, trunc, frac, lerp, unlerp, remap…
Show description for 071ec81
runestubbe
committed
071ec81
View commit details
Copy full SHA for 071ec81
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.