[Issue 16706] chinese dir coverage.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16706

liangwen  changed:

   What|Removed |Added

   Priority|P1  |P2

--- Comment #2 from liangwen  ---
i find wrong is
if the dir have chinese words,dont save the .lst file in the project dir.And I
cannot find the .lst.

--


[Issue 16611] std.traits.fullyQualifiedName fails with error 'Unrecognized type const(void)'

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16611

Alexandru Razvan Caciulescu  changed:

   What|Removed |Added

 CC||alexandru.razva...@gmail.co
   ||m

--- Comment #1 from Alexandru Razvan Caciulescu  
---
Created a PR which fixes the problem:
https://github.com/dlang/phobos/pull/4916

However I am not sure if this is the right approach. In theory shouldn't
"const(void)" be caught by isBasicType ? Should I edit this one instead to
check for const(void) as well ?

--


[Issue 16706] chinese dir coverage.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16706

--- Comment #1 from liangwen  ---
if put project in the dir with chinese words,cannot show the coverage.

--


[Issue 16706] New: chinese dir coverage.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16706

  Issue ID: 16706
   Summary: chinese dir  coverage.
   Product: D
   Version: D2
  Hardware: x86
OS: Windows
Status: NEW
  Severity: normal
  Priority: P1
 Component: visuald
  Assignee: nob...@puremagic.com
  Reporter: liang...@msn.com

if visual D project code save in the dir with chinese char,can not show
coverage.

win7,vs2015,visual d v0.3.33

--


[Issue 11214] Coverage report not output if not run from source dir

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11214

liangwen  changed:

   What|Removed |Added

 CC||liang...@msn.com

--


[Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16667

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/0556bf138ed4678cb5ad870367065324fd4a5b4f
fix Issue 16667 - wrong @safe unittest compilation error

https://github.com/dlang/phobos/commit/2a6b43605d49b8c140e14dd43ecf783459bc5712
Merge pull request #4905 from MartinNowak/fix16667

fix Issue 16667 - wrong @safe unittest compilation error

--


[Issue 16582] [REG2.072.0-b1] ParamterDefaultValueTuple fails to compile for scope paramters

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16582

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/f783d975a28febea3a323bae3ce5f902cec17aa9
fix Issue 16582 - ParameterDefaults fails w/ scope parameter

https://github.com/dlang/phobos/commit/e333b7ad4e69b603bc9dfc1cb74593baf43b2193
Merge pull request #4864 from MartinNowak/fix16582

--


[Issue 16514] std.socket methods are const, and thus cannot be overriden for SSLSocket, for example

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16514

--- Comment #13 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/448ddbe2e88d66feb0df3f679bc282840ac4bb26
std.socket: Add test for issue 16514

--


[Issue 16574] [REG 2.072.0-b1] Unexplained errors about functions that overridde anything

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16574

Martin Nowak  changed:

   What|Removed |Added

 CC||jesse.k.phillip...@gmail.co
   ||m

--- Comment #21 from Martin Nowak  ---
*** Issue 16696 has been marked as a duplicate of this issue. ***

--


[Issue 16696] [regression] Assert(0) or HLT reduced to separate dub package

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16696

Martin Nowak  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Martin Nowak  ---
Crashed because an aggregate was set to Type.terror, b/c of a forward reference
during a speculative determineSize, and that type made it to the glue layer.
https://github.com/dlang/dmd/blob/f5a73f36360fc5b2b2e93f2dd17082c4fed2b0bc/src/glue.d#L1545

*** This issue has been marked as a duplicate of issue 16574 ***

--


[Issue 14720] Template function reported as non-template

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14720

b2.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||b2.t...@gmx.com
 Resolution|--- |FIXED

--- Comment #8 from b2.t...@gmx.com ---
trusting https://github.com/dlang/dmd/pull/4729
errors on test case is issue 9204

--


[Issue 9204] Unable to create alias to template function instance with auto ref param

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9204

b2.t...@gmx.com changed:

   What|Removed |Added

 CC||ag0ae...@gmail.com

--- Comment #1 from b2.t...@gmx.com ---
*** Issue 14657 has been marked as a duplicate of this issue. ***

--


[Issue 14657] can alias auto ref function but only after it's been called before

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14657

b2.t...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from b2.t...@gmx.com ---


*** This issue has been marked as a duplicate of issue 9204 ***

--


[Issue 16696] [regression] Assert(0) or HLT reduced to separate dub package

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16696

Martin Nowak  changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #2 from Martin Nowak  ---
For the next report, please list which dependent package versions were used.

"dunit": "1.0.14",
"std_data_json": "0.18.2",
"taggedalgebraic": "0.10.4"

--


[Issue 16663] [REG 2.072] std.unit.toUpper rejects an alias this to a string

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16663

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/8f8979ebe15adf6ef82c3f43b81388a61be99700
Revert "Merge pull request #4790 from JackStouffer/uni-private"

This reverts commit 1a7914a48cd7929373bb628f4938a8224de2167c, reversing
changes made to d38727771b559828d50f01c70815f913e653b706.

Fixes issue 16663

https://github.com/dlang/phobos/commit/2f27e58b0e498aeecfdbce5178ad0bb700ab779c
Add regression test for issue 16663

https://github.com/dlang/phobos/commit/de688d978d3319e87adbe549538c7f0b0aa7743d
Merge pull request #4901 from Dicebot/revert-regressions2

Fix issue 16663: std.unit.toUpper rejects an alias this to a string

--


[Issue 16680] dmd doesn't use dritime optimized versions of substraction array operations

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16680

Martin Nowak  changed:

   What|Removed |Added

 CC||c...@dawg.eu

--- Comment #1 from Martin Nowak  ---
This will be solved by replacing the asm code with templated array ops, also
see
https://trello.com/c/TNCQ6xBk/85-templated-library-arrayop-implementation-also-fixes-issue-15619-and-issue-16680.

--


[Issue 11118] undefined identifier in template structs functions

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8

--- Comment #1 from ag0ae...@gmail.com ---
*** Issue 16695 has been marked as a duplicate of this issue. ***

--


[Issue 16695] variadic argument static array can't use template arg as size

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16695

ag0ae...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from ag0ae...@gmail.com ---
(In reply to Oleg B from comment #1)
> Forget what I report this 3 years before.
> duplicate of https://issues.dlang.org/show_bug.cgi?id=8

Closing this issue as a DUPLICATE of that one then.

*** This issue has been marked as a duplicate of issue 8 ***

--


[Issue 11118] undefined identifier in template structs functions

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8

ag0ae...@gmail.com changed:

   What|Removed |Added

   Keywords||rejects-valid
 CC||ag0ae...@gmail.com

--


[Issue 16695] variadic argument static array can't use template arg as size

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16695

--- Comment #1 from Oleg B  ---
Forget what I report this 3 years before.
duplicate of https://issues.dlang.org/show_bug.cgi?id=8

--


[Issue 16705] TaskPool.reduce fails to compile "cannot get frame pointer to D main"

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16705

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16705] TaskPool.reduce fails to compile "cannot get frame pointer to D main"

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16705

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/a7597df60ed7f78988e875d25b6d48b48189cc33
Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to
D main"

https://github.com/dlang/phobos/commit/6a7ad38562882e3587ed68e42e6706e2c23ab1af
Merge pull request #4915 from ZombineDev/patch-8

Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to
D main"

--


[Issue 16705] TaskPool.reduce fails to compile "cannot get frame pointer to D main"

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from ZombineDev  ---
PR to fix the documentation:
https://github.com/dlang/phobos/pull/4915

--


[Issue 16705] TaskPool.reduce fails to compile "cannot get frame pointer to D main"

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev  changed:

   What|Removed |Added

 CC||petar.p.ki...@gmail.com
   Hardware|x86_64  |All
 OS|Mac OS X|All

--


[Issue 16683] Lower typeid expression to .typeidImpl!(T)

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16683

ZombineDev  changed:

   What|Removed |Added

 CC||petar.p.ki...@gmail.com

--


[Issue 15421] The behaviours of the topNs differ with the bottom

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15421

Andrei Alexandrescu  changed:

   What|Removed |Added

   Keywords||bootcamp

--


[Issue 12141] std.algorithm: implement deterministic topN

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12141

Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 15583] [REG] topN without uniform can show quadratic performance

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15583

Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16705] New: TaskPool.reduce fails to compile "cannot get frame pointer to D main"

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16705

  Issue ID: 16705
   Summary: TaskPool.reduce fails to compile "cannot get frame
pointer to D main"
   Product: D
   Version: D2
  Hardware: x86_64
OS: Mac OS X
Status: NEW
  Severity: normal
  Priority: P1
 Component: phobos
  Assignee: nob...@puremagic.com
  Reporter: mi...@unity3d.com

The synopsis code from https://dlang.org/phobos/std_parallelism.html generates
a "cannot get frame pointer" compile error:

/Library/D/dmd/src/phobos/std/parallelism.d(2633): Error: function
std.parallelism.TaskPool.reduce!"a + b".reduce!(MapResult!(getTerm,
Result)).reduce cannot get frame pointer to D main

```d
import std.algorithm, std.parallelism, std.range;

void main() {
// Parallel reduce can be combined with
// std.algorithm.map to interesting effect.
// The following example (thanks to Russel Winder)
// calculates pi by quadrature  using
// std.algorithm.map and TaskPool.reduce.
// getTerm is evaluated in parallel as needed by
// TaskPool.reduce.
//
// Timings on an Athlon 64 X2 dual core machine:
//
// TaskPool.reduce:   12.170 s
// std.algorithm.reduce:  24.065 s

immutable n = 1_000_000_000;
immutable delta = 1.0 / n;

real getTerm(int i)
{
immutable x = ( i - 0.5 ) * delta;
return delta / ( 1.0 + x * x ) ;
}

immutable pi = 4.0 * taskPool.reduce!"a + b"(
std.algorithm.map!getTerm(iota(n))
);
}
```

--


[Issue 16679] prefetch on old pentium d results in an illegal instruction

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16679

Brad Roberts  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
   Severity|regression  |major

--- Comment #4 from Brad Roberts  ---
Reopened and lowered to major from regression until the cpuid work is done and
the test is re-enabled.  I would have suggested waiting for the right fix
rather than the quick fix, but in neither case should we loose track of the
disabled test.

--


[Issue 16381] Wrapping a float4 array leads to segfault.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #9 from Walter Bright  ---
https://github.com/dlang/dmd/pull/6268

--


[Issue 16381] Wrapping a float4 array leads to segfault.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16381

--- Comment #8 from Walter Bright  ---
Simpler test case:

  __vector(float[4]) foo();

  void bar() {
float g = foo().ptr[0];
  }

--


[Issue 16679] prefetch on old pentium d results in an illegal instruction

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16679

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16679] prefetch on old pentium d results in an illegal instruction

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16679

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a5bffa8b35bb519ca7a5cd41fee86f541a1c2e76
fix Issue 16679 - prefetch on old pentium d results in an illegal instruction

https://github.com/dlang/dmd/commit/f5a73f36360fc5b2b2e93f2dd17082c4fed2b0bc
Merge pull request #6266 from WalterBright/fix16679

fix Issue 16679 - prefetch on old pentium d results in an illegal ins…

--


[Issue 10636] Vector calling convention for D?

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10636

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 10445] min and max attributes for SIMD registers

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10445

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD

--


[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 |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution|--- |FIXED

--- Comment #9 from Walter Bright  ---
This was implemented:

https://github.com/dlang/dmd/pull/6248

--


[Issue 16381] Wrapping a float4 array leads to segfault.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16381

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 16116] Infinite loop on (somewhat complex) simd math

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16116

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 15956] Incorrect value inside enum using simd vectors, weird tym errors, and weird if(true) {} partial solution.

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15956

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 15871] Implement SIMD-friendly set intersection

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15871

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 15728] ICE while simd vec.f.array compared to ordinal array

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15728

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 15852] ICE(cod1) 1669: DMD failed with SIMD code

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15852

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 15154] Wrong overload resolution with implicit conversion of other vectorized parameter __vector(void[16])

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15154

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 14641] Use SIMD to accelerate comment lexing

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14641

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD

--


[Issue 13852] SIMD comparison

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13852

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 13927] optimizer hangs in optelem with SIMD initialization

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13927

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 13357] [ICE] Segfault on comparison of rvalue __vector and array

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13357

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com
   Severity|normal  |major

--


[Issue 12869] std.algorithm.sum for core.simd too

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12869

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 12868] core.simd.int4 equality

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12868

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 12430] non compile-time __simd opcode causes ICE

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12430

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 10738] double2 ^^ 2 and double2 ^^ 3 are missing

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10738

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 10707] Add to std.complex some optional high level SIMD code

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10707

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 10447] Refused increment of double2 with a immutable(double2)

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10447

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 10445] min and max attributes for SIMD registers

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10445

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
You can do things like:

  ubyte16 a = ubyte.max;

as broadcasting works.

--


[Issue 8047] important opcodes missing from core/simd.d

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8047

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 8046] simd.d needs some documentation

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8046

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 CC||bugzi...@digitalmars.com

--


[Issue 7617] Add support for 64bit and 256bit vectors

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7617

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD
 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #6 from Walter Bright  ---
MMX is pretty dead. Until some compelling reason comes up to support it, I'm
going to mark this WONTFIX.

--


[Issue 16704] Support PRFCHW flag in core.cpuid

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16704

--- Comment #1 from Walter Bright  ---
Fixing this should include a test for the flag to replace the

  version (none)

in

  https://github.com/dlang/dmd/pull/6266

--


[Issue 16704] Support PRFCHW flag in core.cpuid

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16704

Walter Bright  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=16679

--


[Issue 16679] prefetch on old pentium d results in an illegal instruction

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16679

Walter Bright  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=16704

--


[Issue 16679] prefetch on old pentium d results in an illegal instruction

2016-11-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16679

Walter Bright  changed:

   What|Removed |Added

   Keywords||SIMD

--- Comment #2 from Walter Bright  ---
https://github.com/dlang/dmd/pull/6266

--