Thank you both, they are useful quick references to have around. OpCodes2 has the more specialised SIMD and 3DNOW instructions should we need them.
Hi Abraxas,
very nice program!
And you are right, I was refering to some occasional GPFs of thinAir itself.
Bye,
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Thank you both, they are useful quick references to have around. OpCodes2 has the more specialised SIMD and 3DNOW instructions should we need them.
Charles,
is there any way to determine whether CPU can run for example SSE instructions.
With high performance code in strings, we could test on script startup whether MMX or SSE is supported and then assign apropriate values ( once ) to the machine code variable. So kind of JIT script optimization
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Yes Petr, the magic instruction is CPUID (0F A2) which will give chapter and verse on the CPU. The manual goes into great detail from page 3-111. I'll have to study it, and find out what codings AMD and VIA use on their chips, in addition to the standard codings.
http://developer.intel.com/design/pe...als/243191.htm
Bookmarks