Re: intel-intrinsics v1.0.0

2019-02-14 Thread Guillaume Piolat via Digitalmars-d-announce
On Thursday, 14 February 2019 at 22:28:46 UTC, H. S. Teoh wrote: trying to shoehorn everything into (new)CTFE. Couldn't help but find a similarity between http://www.dsource.org/projects/mathextra/browser/trunk/blade/BladeDemo.d and ispc

Important fix for DUB snap package

2019-02-14 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
Hello all, I've just released an important fix for the DUB snap package: it now bundles its own libcurl. This should prevent issues observed on Ubuntu 18.04 where the dub snap was unable to find a suitable libcurl to load, and therefore could not download package data. To upgrade to this

Fireside chat with Walter Bright, the creator of the D programming language

2019-02-14 Thread Ali Çehreli via Digitalmars-d-announce
February 21, 2019 7pm https://www.meetup.com/D-Lang-Silicon-Valley/events/zhpvlqyzdbcc/ We will post a streaming link at the time of the meetup. What specific questions would you like answered? Ali

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Ethan via Digitalmars-d-announce
On Thursday, 14 February 2019 at 21:45:57 UTC, Crayo List wrote: Please re-read my post carefully! Or - even better - take the hint that not every use of SIMD can be expressed in a high level manner.

Re: intel-intrinsics v1.0.0

2019-02-14 Thread H. S. Teoh via Digitalmars-d-announce
On Thu, Feb 14, 2019 at 10:15:19PM +, Guillaume Piolat via Digitalmars-d-announce wrote: [...] > I think ispc is interesting, and a very D-ish thing to have would be > an ispc-like compiler at CTFE that outputs LLVM IR (or assembly or > intel-intrinsics). That would break the language

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Guillaume Piolat via Digitalmars-d-announce
On Thursday, 14 February 2019 at 21:45:57 UTC, Crayo List wrote: On Thursday, 14 February 2019 at 16:13:21 UTC, Ethan wrote: On Wednesday, 13 February 2019 at 23:26:48 UTC, Crayo List wrote: And that's precisely why I posted here; for those people that have interest in vectorizing their code

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Crayo List via Digitalmars-d-announce
On Thursday, 14 February 2019 at 16:13:21 UTC, Ethan wrote: On Wednesday, 13 February 2019 at 23:26:48 UTC, Crayo List wrote: And that's precisely why I posted here; for those people that have interest in vectorizing their code in a portable way to be aware that there is another (arguably)

Re: gtkDcoding Blog: Post #0009 - Boxes

2019-02-14 Thread H. S. Teoh via Digitalmars-d-announce
On Thu, Feb 14, 2019 at 04:33:55PM +, Dejan Lekic via Digitalmars-d-announce wrote: [...] > (no, not everyone uses news clients and threaded mode)... They should. ;-) Non-threaded mail/news clients are fundamentally b0rken. :-P T -- Caffeine underflow. Brain dumped.

Re: gtkDcoding Blog: Post #0009 - Boxes

2019-02-14 Thread Dejan Lekic via Digitalmars-d-announce
On Wednesday, 13 February 2019 at 02:42:07 UTC, DanielG wrote: Why not just make a single thread, "gtkDecoding Blog updates", and always append to it? It will bump the topic back up to the top whenever you add something. Maybe because it is a different topic, and he wants to start a new

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Ethan via Digitalmars-d-announce
On Wednesday, 13 February 2019 at 23:26:48 UTC, Crayo List wrote: And that's precisely why I posted here; for those people that have interest in vectorizing their code in a portable way to be aware that there is another (arguably) better way. All power to the people that have code that

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Guillaume Piolat via Digitalmars-d-announce
On Wednesday, 13 February 2019 at 23:26:48 UTC, Crayo List wrote: On Wednesday, 13 February 2019 at 19:55:05 UTC, Guillaume Piolat wrote: On Wednesday, 13 February 2019 at 04:57:29 UTC, Crayo List wrote: On Wednesday, 6 February 2019 at 01:05:29 UTC, Guillaume Piolat wrote: "intel-intrinsics"

Re: OT: LLVM talk @ FOSDEM'19

2019-02-14 Thread ezneh via Digitalmars-d-announce
On Saturday, 2 February 2019 at 20:46:02 UTC, Basile B. wrote: [...] Thanks this topic interests me so i'll watch the cideo when available. Video available now https://www.youtube.com/watch?v=6-oLkJQBQhs

Re: intel-intrinsics v1.0.0

2019-02-14 Thread Simen Kjærås via Digitalmars-d-announce
On Wednesday, 13 February 2019 at 23:26:48 UTC, Crayo List wrote: On Wednesday, 13 February 2019 at 19:55:05 UTC, Guillaume Piolat wrote: On Wednesday, 13 February 2019 at 04:57:29 UTC, Crayo List wrote: However (for those who are unaware) there is an alternative way that is (arguably) better;