Kyle Hayes

Results 290 comments of Kyle Hayes
trafficstars

Delurking for a minute. Is there any projected impact on Zig's use of SIMD vectors from things like Arm's SVE? The examples I have seen of what compilers can do...

Availability, yeah, that is an issue today, but probably not within a year or so. Even availability of Arm servers has gone from zero to lots with AWS being so...

> If processors ever implement dedicated matrix multiply instructions (not just SIMD instructions to make matrix multiply easier), this can be revisited Intel AMX is a new addition to x86...

One final comment: to be fair to Intel, AMX is a lot more sane than the ever changing set of SIMD instructions from MMX to AVX-512. But, wow, is that...

It looks like it has been almost a year since there was much work on Windows. Is there anything still going on? I would love to use libdill in a...

This is going to take three main additions: 1. Support top level tag symbol IDs rather than just names. For instance 'name=@tagID:3af56.myField[42].anotherField'. The leading '@tagID:3af56' would be the top level...

Another, small, step toward this. The new event-based core can do raw CIP now, so this kind of thing can be tested. It is also far more amenable to adding...

The latest firmware I have access to is v31. Does that support this? If it is done via the tag name, I can make it work. That is how the...

Can you use the command line tool tag_rw2 to see if the PLC is actually at that address? Generally a bad gateway error comes when you cannot create a new...

Are you using the .Net wrapper from [libplctag.Net](https://github.com/libplctag/libplctag.NET)? That's the main supported wrapper for the library. Paths are specific to ControlLogix-class PLCs. The path is in pairs of port/node. The...