Graham Inggs
Graham Inggs
See line 1 of **CRT.h** and **linux/LinuxProcess.h** : `/* Do not edit this file. It was automatically generated. */`
Is there a reason not to support UUID CTID in htop?
AMD Ryzen 5 5600H with Radeon Graphics / Ubuntu Jammy / 5.15 kernel  /proc/cpuinfo ``` processor : 0 vendor_id : AuthenticAMD cpu family : 25 model : 80 model...
AMD Ryzen 5 3600X 6-Core Processor / Ubuntu Jammy / 5.15 kernel  /proc/cpuinfo ``` processor : 0 vendor_id : AuthenticAMD cpu family : 23 model : 113 model name...
We were able to work around this again for GCC 7 with ```-fno-strict-aliasing -fno-code-hoisting```.
> In Debian with GCC 8, this was insufficient, so we're dropping the `i386*` builds htslib 1.7-2 builds and passes its tests with GCC 8 and glibc 2.28, so is...
I do. Please let me know if there's anything I can test.
I tried with meshio 3.2.0. ``` $ python3 Python 3.7.5rc1 (default, Oct 8 2019, 16:47:45) [GCC 9.2.1 20190909] on linux Type "help", "copyright", "credits" or "license" for more information. >>>...
For the first block, on s390x: ``` dtype: uint32 num_bytes_per_item: 4 num_chars: 8 num_blocks: 50331648 num_header_items: 50331651 num_header_bytes: 201326604 num_header_chars: 268435472 len(byte_string): 59347 ``` on amd64: ``` dtype: uint32 num_bytes_per_item:...
s390x: ``` dtype.byteorder: = sys.byteorder: big byte_string: b'\x03\x00\x00\x00' numpy.frombuffer(byte_string, dtype): [50331648] ``` amd64: ``` dtype.byteorder: = sys.byteorder: little byte_string: b'\x03\x00\x00\x00' numpy.frombuffer(byte_string, dtype): [3] ```