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

Last updated: May 18,2024

1. Install "python36-PeachPy" package

Here is a brief guide to show you how to install python36-PeachPy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-PeachPy

2. Uninstall "python36-PeachPy" package

Please follow the guidelines below to uninstall python36-PeachPy on openSuSE Tumbleweed:

$ sudo zypper remove python36-PeachPy

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

Information for package python36-PeachPy:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-PeachPy
Version : 0.2.0~pre.1583266105.f189ad2-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 10,3 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)