- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ziglang/zig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4de60dde6ed7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ziglang/zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b4bae6d6993
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 16 files changed
- 2 contributors
Commits on Jun 27, 2018
-
scope variables in floating point cast tests
Fixes a bug where the result of a @floatcast wasn't actually checked; it was checking the result from the previous @floatcast.
Configuration menu - View commit details
-
Copy full SHA for 0ebc7b6 - Browse repository at this point
Copy the full SHA 0ebc7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f45075 - Browse repository at this point
Copy the full SHA 1f45075View commit details -
Add support for half-precision floating point operations. Introduce `__extendhfsf2` and `__truncsfhf2` in std/special/compiler_rt. Add `__gnu_h2f_ieee` and `__gnu_f2h_ieee` as aliases that are used in Windows builds. The logic in std/special/compiler_rt/extendXfYf2.zig has been reworked and can now operate on 16 bits floating point types. `extendXfYf2()` and `truncXfYf2()` are marked `inline` to work around a not entirely understood stack alignment issue on Windows when calling the f16 versions of the builtins. closes #1122
Configuration menu - View commit details
-
Copy full SHA for fd75e73 - Browse repository at this point
Copy the full SHA fd75e73View commit details -
simplify comptime floating-point @divTrunc
Replace a conditional ceil/floor call with an unconditional trunc call.
Configuration menu - View commit details
-
Copy full SHA for 440c1d5 - Browse repository at this point
Copy the full SHA 440c1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4bae6 - Browse repository at this point
Copy the full SHA 1b4bae6View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.