September 04, 2012 [D-runtime] [D-Programming-Language/druntime] db0827: Comment out PPC and SPARC code in core.cpuid. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: db08276a9f68fdc9784785a1dd90d7a6b6d0b3ed https://github.com/D-Programming-Language/druntime/commit/db08276a9f68fdc9784785a1dd90d7a6b6d0b3ed Author: alexrp <alex@lycus.org> Date: 2012-08-19 (Sun, 19 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Comment out PPC and SPARC code in core.cpuid. Commit: 69eefec69a011850223de71dcf68e103055dfd5b https://github.com/D-Programming-Language/druntime/commit/69eefec69a011850223de71dcf68e103055dfd5b Author: alexrp <alex@lycus.org> Date: 2012-08-19 (Sun, 19 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Add functions to core.cpuid to detect AVX2, HLE, and RTM. Commit: 025f23d897ca27cf22f0926f63fa3314c6dbfaf6 https://github.com/D-Programming-Language/druntime/commit/025f23d897ca27cf22f0926f63fa3314c6dbfaf6 Author: alexrp <alex@lycus.org> Date: 2012-08-19 (Sun, 19 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Minor core.cpuid documentation improvements. Commit: 22fb6f6e7f6f0d840ca36b283dd89bc8a436af7b https://github.com/D-Programming-Language/druntime/commit/22fb6f6e7f6f0d840ca36b283dd89bc8a436af7b Author: alexrp <alex@lycus.org> Date: 2012-08-19 (Sun, 19 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Mark core.cpuid @trusted nothrow. Commit: fcb4ca4c2f347491cdbc590214d94a5e0e81c6a0 https://github.com/D-Programming-Language/druntime/commit/fcb4ca4c2f347491cdbc590214d94a5e0e81c6a0 Author: alexrp <alex@lycus.org> Date: 2012-08-19 (Sun, 19 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Wrap some core.cpuid information in const properties and schedule the old public fields for deprecation. Commit: 11b1957d3c076ba275d7f6356a27a03540e8b76a https://github.com/D-Programming-Language/druntime/commit/11b1957d3c076ba275d7f6356a27a03540e8b76a Author: alexrp <alex@lycus.org> Date: 2012-08-28 (Tue, 28 Aug 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Only check cpuid.{EAX = 7, ...} when max_cpuid >= 7. Commit: b85f3b8a988b28e39d091fd9a271a614e0dabdde https://github.com/D-Programming-Language/druntime/commit/b85f3b8a988b28e39d091fd9a271a614e0dabdde Author: Don Clugston <dclugston@googlemail.com> Date: 2012-09-04 (Tue, 04 Sep 2012) Changed paths: M src/core/cpuid.d Log Message: ----------- Merge pull request #292 from alexrp/cpuid-improvements-new A number of core.cpuid improvements. Compare: https://github.com/D-Programming-Language/druntime/compare/111856cfeb11...b85f3b8a988b |
Copyright © 1999-2021 by the D Language Foundation