How to Install and Uninstall python38-PeachPy Package on openSuSE Tumbleweed

Last updated: May 22,2024

1. Install "python38-PeachPy" package

This guide let you learn how to install python38-PeachPy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-PeachPy

2. Uninstall "python38-PeachPy" package

Please follow the guidance below to uninstall python38-PeachPy on openSuSE Tumbleweed:

$ sudo zypper remove python38-PeachPy

3. Information about the python38-PeachPy package on openSuSE Tumbleweed

Information for package python38-PeachPy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-PeachPy
Version : 0.2.0~pre.1583266105.f189ad2-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 9,9 MiB
Installed : No
Status : not installed
Source package : python-PeachPy-0.2.0~pre.1583266105.f189ad2-2.6.src
Summary : Portable Efficient Assembly Codegen in Higher-level Python
Description :
Portable Efficient Assembly Code-generator in Higher-level Python (PEACH-Py)
PEACH-Py is a Python framework for writing high-performance assembly kernels.
PEACH-Py is developed to simplify writing optimized assembly kernels while
preserving all optimization opportunities of traditional assembly. Some
PEACH-Py features:
- Automatic register allocation
- Stack frame management, including re-aligning of stack frame as needed
- Generating versions of a function for different calling conventions from
the same source (e.g. functions for Microsoft x64 ABI and System V x86-64
ABI can be generated from the same source)
- Allows to define constants in the place where they are used (just like in
high-level languages)
- Tracking of instruction extensions used in the function.
- Multiplexing of multiple instruction streams (helpful for software
pipelining)