_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
I like to detect at runtime whether the processor my program runs on has
certain extensions (SSE2, SSE3 or so) in order to execute optimized
code. On Linux I can process the contents of /proc/cpuinfo but this will
not work on Windows. Is there a portable way in Haskell?
- [Haskell-cafe] Detecting extensions of the host process... Henning Thielemann
- Re: [Haskell-cafe] Detecting extensions of the hos... Evgeny Tarasov
