-
Notifications
You must be signed in to change notification settings - Fork 485
[Builtins] Add an inlinable version of 'geq' #7323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[Builtins] Add an inlinable version of 'geq' #7323
Conversation
/benchmark lists |
2 similar comments
/benchmark lists |
/benchmark lists |
Click here to check the status of your benchmark. |
/benchmark nofib |
2 similar comments
/benchmark nofib |
/benchmark nofib |
/benchmark validation |
1 similar comment
/benchmark validation |
|
Comparing benchmark results of 'lists' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'lists' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'validation' on '354c1eaf71' (base) and 'da0c69d6eb' (PR) Results table
|
Click here to check the status of your benchmark. |
/benchmark validation |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'nofib' on '93010fe080' (base) and '9dd94440f1' (PR) Results table
|
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
9dd9444
to
0d38a8a
Compare
/benchmark casing |
2 similar comments
/benchmark casing |
/benchmark casing |
/benchmark marlowe |
2 similar comments
/benchmark marlowe |
/benchmark marlowe |
Click here to check the status of your benchmark. |
Comparing benchmark results of 'casing' on 'fa40064e63' (base) and '0d38a8ad95' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'casing' on 'fa40064e63' (base) and '0d38a8ad95' (PR) Results table
|
Click here to check the status of your benchmark. |
Comparing benchmark results of 'casing' on 'fa40064e63' (base) and '0d38a8ad95' (PR) Results table
|
Click here to check the status of your benchmark. |
Click here to check the status of your benchmark. |
At long last I think I've finally discovered a way to create an inlinable version of
geq
.Previous attempts: #4462, #4463, #5061, #6352.