zig/lib/std/special
Jan Philipp Hafer fc59a04061 compiler_rt: add subo
- approach by Hacker's Delight with wrapping subtraction
- performance expected to be similar to addo
- tests with all relevant combinations of min,max with -1,0,+1 and all
  combinations of sequences +-1,2,4..,max
2022-02-08 02:14:29 -05:00
..
compiler_rt compiler_rt: add subo 2022-02-08 02:14:29 -05:00
docs std docs: @This() in generic types 2021-04-12 09:31:45 +02:00
init-exe init-exe template: build.zig: setTarget on the tests 2021-12-18 17:29:46 -07:00
init-lib Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) 2021-10-29 13:37:17 -04:00
build_runner.zig CLI: remove remainders of --verbose-ast and --verbose-tokenize 2022-02-06 01:57:04 -05:00
c.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
c_stage1.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
compiler_rt.zig compiler_rt: add subo 2022-02-08 02:14:29 -05:00
ssp.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
test_runner.zig test runner: stage2 llvm backend prints stats 2022-01-17 22:17:02 -07:00