FWIW this whole 'universal printer driver' challenge has been around since the 1990's! Back in the day it was ADOBE that held the mantle via their portable document format (PDF) which provided the most fidelity between your-layout and your-printer's-capabilities.
By the 2000s, Microsoft went with XML-defined formats -- namely XPS. Alongside the [possibly transient] format, and combined with USB standards, the document driver models were evolving. A new generation of hardware adopting different/outdated security models prevented Microsoft from 'forcing' the industry to utilize a single 'Universal' printer driver.
Every major OS generation (and obsolescence of older hardware/vendors) moved the needle further along... until 3D Printers (esp. by mid-2010s) changed the maths again! While standard documents had attained sufficient compatibility across OS + printer scenarios (and the slow death of Fax support), there were two major shakers to the hopeful calm: open 3d model formats, and subscription-based printer resourcing (HP and Epson are mostly guilty here).
With a sense of calm in the printing industries (whatever is left), there's hope for another push for standardized printer hardware drivers... until another printer hardware trend wrecks havoc and custom drivers become requirements...
Question
+Red King Subscriber²
Microsoft has been touting SIMD support since 2014.
There is this package, but I can't install it from Package Manager Console (not found error) and it doesn't appear in the GUI,
https://www.nuget.org/packages/Microsoft.Bcl.Simd
it is unlisted probably thats why
There is also this,
https://www.nuget.org/packages/System.Numerics.Vectors/
but that doesn't have Vector<T> - not sure what the point.
And Vector<Double> doesn't resolve automatically when pointing to .NET 4.6
So... what do I need to do here to test it out?
Link to comment
https://www.neowin.net/forum/topic/1258770-vs2015-rc-and-simd-confusion/Share on other sites
6 answers to this question
Recommended Posts