July 14, 2016
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote:
> Hello :-)
>
> `cpuid` package is core.cpuid analog.
> It would be used by future D BLAS implementation.
>
> Why it is better?
> See
> https://github.com/libmir/cpuid#api-features
> https://github.com/libmir/cpuid#implementation-features
> https://issues.dlang.org/show_bug.cgi?id=16028
>
> Please report your CPU (GitHub/Gist):
>
> ```
> dub fetch cpuid
> dub test cpuid
> ```
> ... AMD was not tested at all and I hope to see your reports.
>
> ARM contributors are wanted!
>
> Destroy!
>
> Best regards,
> Ilya
>
>
> Docs: http://docs.cpuid.dlang.io
> GitHub: https://github.com/libmir/cpuid
> Dub: cpuid

Very nicely done. Following Guillaume, I too have added the output of `cat /proc/cpuinfo`. Here's my contribution.

cpuid for Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz on Intel NUC:
https://gist.github.com/britishempire/dad6f7d0e24dff096d7ef35e62520387



July 14, 2016
On Thursday, 14 July 2016 at 12:00:12 UTC, Brad Jones wrote:

> Very nicely done. Following Guillaume, I too have added the output of `cat /proc/cpuinfo`. Here's my contribution.
>
> cpuid for Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz on Intel NUC:
> https://gist.github.com/britishempire/dad6f7d0e24dff096d7ef35e62520387

In the off chance a 404 is thrown:
https://gist.github.com/brdjns/dad6f7d0e24dff096d7ef35e62520387
July 14, 2016
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote:
> Please report your CPU (GitHub/Gist):

AMD Phenom(tm) 9550 Quad-Core Processor
https://gist.github.com/qsimpleq/78ed456a289f9cc418f69527298e3e9a

July 14, 2016
On Thursday, 14 July 2016 at 13:04:56 UTC, Kirill Babikhin wrote:

Intel(R) Core(TM)2 CPU 4400 @ 2.00GHz
https://gist.github.com/qsimpleq/78ed456a289f9cc418f69527298e3e9a#file-intel-r-core-tm-2-cpu-4400-2-00ghz
July 14, 2016
Am Mon, 11 Jul 2016 16:30:44 +0000
schrieb Ilya Yaroshenko <ilyayaroshenko@gmail.com>:

> Please report your CPU (GitHub/Gist):

Instead of yet another Haswell/Broadwell, here is an oldie but goldie: A 16 year old Pentium-III-M from an IBM T23 notebook:

https://gist.github.com/mleise/4ed5637371ca5cea07bef8241adc7d80

I repost this in your bug tracker momentarily.

-- 
Marco

July 14, 2016
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote:
> Please report your CPU (GitHub/Gist):

Late 2015 MacBook Pro Intel i5
https://gist.github.com/JackStouffer/6870bde82788ae039afe0aaf0d7bf4ba
July 15, 2016
Intel Core i5:
https://gist.github.com/claudemr/aa99d03360dccc65d7967651011dc8ca
July 15, 2016
AMD FX 8350
test     https://gist.github.com/burjui/a661499a2daa93302395d136b6c99152
cpuinfo  https://gist.github.com/burjui/8c10924284c1c1f9cce33bcd2b71d863
July 15, 2016
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote:
> ARM contributors are wanted!

What exactly do you need for ARM architecture?
I have an ARM target and I have tried to run a library[1] to get some CPU info.

I hacked in the source files to just build and link the CPU info code. I used an arm-gcc toolchain (I don't know how to cross-compile using ldc... yet). And it's built on a native Linux OS.

And it seems to work.
Here's the output I have after running the code:
https://gist.github.com/claudemr/98b5a4bb83e8d967b31a3044e4d81c0f

Most of it is C code. There is some ARM assembly code, some of which is inlined, and some is in a ".S" file to test specific instructions.

Is it what you're looking for?

[1] It's called "Yeppp", and looks like what you want to do with MIR: http://www.yeppp.info/
Have you come across it?
July 15, 2016
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote:
>
> Please report your CPU (GitHub/Gist):

Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
https://gist.github.com/jmh530/2f1694711085176e007461ae8218a759

Intel(R) Core(TM) i3-4130T CPU @ 2.90GHz
https://gist.github.com/jmh530/90c8737e7526b8abf4183a8b16a66448

Intel(R) Core(TM) i5-5675C CPU @ 3.10GHz
https://gist.github.com/jmh530/183fa2e86fd0118af10a99ca297f6f79

Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz
https://gist.github.com/jmh530/8265e31cce291126159ae7fb988bacb0

I also have an Intel Xeon E5-2660 2.2GHz running a FreeNAS server, but it would kind of be a pain to figure out how to run DMD in a jail.

Oh, and I have a Intel Pentium Dual Core G2030 currently just sitting in a box.