ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
<andrewrk>
oh I think i'm the maintainer of that. I should make an update
<MajorLag>
You are listed as the maintainer, yeah. I ended up just building a new VM as a build environment just for zig. It was relatively straight forward at least.
return0e has quit [Read error: Connection reset by peer]
return0e_ has joined #zig
isd has quit [Ping timeout: 256 seconds]
noonien has quit [Quit: Connection closed for inactivity]
JohnD has joined #zig
JohnD has quit [Client Quit]
_whitelogger has joined #zig
steveno_ has quit [Quit: Leaving]
SimonNa has quit [Quit: Leaving]
mahmudov has quit [Read error: No route to host]
mrkishi has joined #zig
mrkishi has quit [Client Quit]
_whitelogger has joined #zig
cenomla has joined #zig
isd has joined #zig
return0e_ has quit [Ping timeout: 240 seconds]
return0e has joined #zig
cenomla has quit [Quit: cenomla]
SimonNa has joined #zig
isd has quit [Quit: Leaving.]
zesterer has joined #zig
zesterer has quit [Quit: zesterer]
chaykin7H4P8B has joined #zig
chaykin7H4P8B has quit [Client Quit]
tridactyla has quit [Remote host closed the connection]
_whitelogger has quit [K-Lined]
_whitelogger has joined #zig
hoppetosse has joined #zig
hoppetosse has quit [Ping timeout: 264 seconds]
hoppetosse has joined #zig
zesterer has joined #zig
davr0s has joined #zig
<MajorLag>
is it weird that `zig version` just prints `0.2.0.`? This is on a linux build from master, compiled yesterday.
hoppetosse has quit [Ping timeout: 256 seconds]
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
return0e has quit [Read error: Connection reset by peer]
return0e has joined #zig
davr0s has joined #zig
<ltr_>
are there a popcnt buildin function in zig?
<MajorLag>
ltr_, I thought there was, but it doesn't look like it. Even checked the std lib. I threw one together based on code from wikipedia if you're still in need: https://paste.ubuntu.com/p/CjFDVDN9mr/
<MajorLag>
though it now occurs to me that you're probably looking for a vectorized version?
davr0s has quit [Ping timeout: 246 seconds]
davr0s has joined #zig
zesterer has quit [Quit: zesterer]
steveno_ has joined #zig
davr0s has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arBmind has joined #zig
cenomla has joined #zig
noonien has joined #zig
<ltr_>
yes was looking for the asm instruction, just asking if it was implemented as a buildin function
davr0s has joined #zig
return0e has quit [Ping timeout: 276 seconds]
return0e has joined #zig
<GitHub95>
[zig] ice1000 opened pull request #844: Remove unnecessary rule and re-fix an old bug (master...patch-1) https://git.io/vxG3o
hoppetosse has joined #zig
<GitHub21>
zig/master e966d37 Andrew Kelley: Merge pull request #844 from ice1000/patch-1...
<GitHub21>
zig/master c4544df Tesla Ice Zhang: Remove unnecessary rule and re-fix an old bug...