[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7509 --- Comment #10 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/4eaf5004d2eddbc8df860d43d521fed25c4c0ae0 remove Issue 7509/16488 workaround - dmd got broadca

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7509 Walter Bright changed: What|Removed |Added Keywords||SIMD Status|NEW

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7509 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #8 from

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-12-09 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7509 Iain Buclaw changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #7 f

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-04-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 --- Comment #6 from Manu 2013-04-09 03:45:14 PDT --- (In reply to comment #5) > Actually GDC and LDC are capable of generating optimal code for scalar to > vector assignment. It's not a portable concept. It's an operation that should generally

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2013-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #5 from Martin

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com See Als

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 --- Comment #3 from Manu 2012-03-13 11:40:54 PDT --- Note that as yet, constant's aren't actually properly supported. There are bugs, and the feature is incomplete. Down the track, if you want to use scalar variables, you should be encouraged

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 --- Comment #2 from junk.nebs...@gmail.com 2012-03-12 18:33:42 PDT --- How should something like this be done then on other architectures? I'm creating a matrix multiplication library and I tried using a value like this and it didn't work. I al

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-03-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #1 from Manu 2