Paul Osmialowski

Results 30 issues of Paul Osmialowski

Hello, Any advice on how to use it? Cheers, Paul

I've managed to buy lo-tech's 2MB EMS memory 8-bit ISA card for my Amstrad PC 2086. It exposes EMS protocol version 4.0 and works lovely under FreeDOS (although I had...

I've managed to buy lo-tech's UMB memory 8-bit ISA card for my Amstrad PC 2086. It can fill unused chunks of upper memory addresses with RAM. It works with FreeDOS...

According to https://github.com/jbruchon/elks/blob/master/Documentation/text/networking.txt in order to establish SLIP connection between ELKS and Linux one needs to type: ``` slattach -p slip -L -s 9600 /dev/ttyS1 & ``` The `-L` option...

enhancement

TARGET_TRIPLE is deprecated and will be removed in a future LLVM release.

Our experiments proved that use of memset and memcpy instead of explicit while loops gives dramatic speedup (at least on AArch64 hosts) on formatted input.

FLANG_VENDOR is defined in CMakeLists.txt and when set, adds -DFLANG_VENDOR=\"${FLANG_VENDOR} \" to compiler's command line (note space always added after vendor string!). As FLANG_VENDOR is nowhere used in the code,...

Currently used machreg is too much x86_64 specific. Proposed change makes it easier to provide architecture-specific tuning and as an example it introduces some tuning for AArch64.

This patch adds the nsz, reassoc attributes to arithmetic instructions. These attributes helps with vectorisation of loops containing reductions. Also included are testcases. This commit requires corresponding change to be...