matu3ba
|
282e2c714f
|
compiler_rt: add __ffssi2, __ffsdi2 and __ffsti2 (#10268)
See #1290
|
2021-12-04 16:23:33 -05:00 |
|
Jan Philipp Hafer
|
f2608df0fb
|
compiler_rt: add __ctzsi2, __ctzdi2 and __ctzti2
- structure derived from count0bits.zig
- test cases derived from clzsi2_test.zig and
cross-checked via short helper program
See #1290
|
2021-11-30 18:31:16 -08:00 |
|
Andrew Kelley
|
6115cf2240
|
migrate from std.Target.current to @import("builtin").target
closes #9388
closes #9321
|
2021-10-04 23:48:55 -07:00 |
|
Jan Philipp Hafer
|
81e2034d4a
|
compiler_rt: add __clzdi2 and __clzti2
- structure derived from shift.zig
- rename clzsi2.zig to count0bits.zig
- test cases derived from clzsi2_test.zig
See #1290
|
2021-09-01 16:15:21 -04:00 |
|