*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 00:17 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 01:09 | |
*** markos <markos!~Konstanti@2a02:85f:9aed:d015:ba99:d8b:866b:ae8a> has quit IRC | 01:27 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has joined #libre-soc | 01:37 | |
*** markos <markos!~Konstanti@static062038151250.dsl.hol.gr> has joined #libre-soc | 01:40 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has quit IRC | 02:19 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 02:55 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 03:00 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 03:02 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 03:20 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 03:57 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 05:23 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 06:02 | |
*** ghostmansd <ghostmansd!~ghostmans@109.173.83.100> has joined #libre-soc | 07:17 | |
*** ghostmansd <ghostmansd!~ghostmans@109.173.83.100> has quit IRC | 07:27 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 07:45 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.140> has joined #libre-soc | 07:45 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.55.140> has quit IRC | 07:54 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@46.39.230.66> has joined #libre-soc | 07:55 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@46.39.230.66> has quit IRC | 09:08 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@46.39.230.66> has joined #libre-soc | 09:08 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@46.39.230.66> has quit IRC | 09:14 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.187> has joined #libre-soc | 09:15 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.43.187> has quit IRC | 09:27 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has joined #libre-soc | 09:28 | |
*** JTL <JTL!~jtl@user/jtl> has joined #libre-soc | 09:48 | |
*** awilfox <awilfox!~awilfox@kelsey.foxkit.us> has joined #libre-soc | 10:19 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has quit IRC | 10:46 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 11:28 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 12:00 | |
sadoon[m] | Interesting observation while working on Gentoo: There are less than 50 packages total in Gentoo that use Altivec or VSX* | 13:15 |
---|---|---|
sadoon[m] | Of course most are really important packages but I do wonder, do compilers like gcc or clang output any altivec or vsx code by themselves or does it have to be specifically written like asm? | 13:16 |
sadoon[m] | Because afaict on x86 they need preprocessor directives to use things like SSE and AVX (correct me if I'm wrong) | 13:17 |
sadoon[m] | https://github.com/ioquake/ioq3/issues/181 I might be wrong | 13:30 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 13:35 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC | 14:09 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.205> has joined #libre-soc | 14:15 | |
lkcl | sadoon[m], fascinating | 14:16 |
lkcl | yes gcc and llvm output vsx by default esp if you specify "-mpower9" which is likely to be the default... look at -dumpmachine | 14:18 |
lkcl | and -dumpspecs | 14:18 |
lkcl | which is a little hard to follow/trace-through sigh | 14:19 |
sadoon[m] | Luckily gentoo can let you forcefully turn off these features | 14:29 |
lkcl | yes. -mnoaltivec -mnovsx and it propagates through the whole toolchain | 14:32 |
lkcl | which is nice | 14:32 |
lkcl | btw we should really get you a task on the bugtracker for this, on the NLnet "ongoing" project | 14:33 |
lkcl | feel free to create a bugreport and tack it onto... 1 sec... | 14:33 |
lkcl | https://bugs.libre-soc.org/show_bug.cgi?id=961 | 14:33 |
lkcl | put it as one of the dependencies for now, don't put any budget or anything, but do set the Milestone to the right one | 14:34 |
markos | lkcl, speaking of which, just saw there is a SecurIT new type of grants from NGI for security-related projects | 14:49 |
sadoon[m] | Sure, just need to finish a few things here | 15:26 |
sadoon[m] | lkcl I don't have a bugzilla account on your server, I can't find a place to register so I assume that has to be done from your side? | 16:14 |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.205> has quit IRC | 17:07 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has joined #libre-soc | 17:07 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@109.173.83.100> has quit IRC | 17:12 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.205> has joined #libre-soc | 17:14 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.162.205> has quit IRC | 17:22 | |
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc | 17:23 | |
*** lkcl <lkcl!lkcl@freebnc.bnc4you.xyz> has quit IRC | 22:17 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC | 22:52 | |
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc | 23:10 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!