Akshat Mahajan
Akshat Mahajan
What is wrong with the `async` attribute in HTML5 for this? I understand Opera support is missing, but not sure what other shortcomings abound.
I have found a bug. You're _already_ reporting L3 cache size for Linux from `/proc/cpuinfo`, but erroneously misrepresenting it as L2. returncode, output = DataSource.cat_proc_cpuinfo() ... cache_size = _get_field(False, output,...
@workhorsy [This may be of interest regarding obtaining L3 from CPUID](https://stackoverflow.com/questions/36779790/how-to-get-l3-cache-info-size-line-length-on-intel-processor-using-cpuid). [Vol. 2A, pg. 3-197 of the Intel handbook](https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf) also indicates that setting `EAX = 0FH, ECX = 1` should...