Port details |
- sse2neon SSE to NEON compatibility shim
- 1.8.0 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: fuz@FreeBSD.org
 - Port Added: 2024-10-21 09:39:50
- Last Update: 2024-12-26 10:46:29
- Commit Hash: 5f8a9a2
- License: MIT
- WWW:
- https://github.com/DLTcollab/sse2neon
- Description:
- sse2neon is a translator of Intel SSE (Streaming SIMD Extensions)
intrinsics to Arm NEON, shortening the time needed to get an Arm working
program that then can be used to extract profiles and to identify hot
paths in the code. The header file sse2neon.h contains several of the
functions provided by Intel intrinsic headers such as <xmmintrin.h>,
only implemented with NEON-based counterparts to produce the exact
semantics of the intrinsics.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sse2neon>0:devel/sse2neon
- To install the port:
- cd /usr/ports/devel/sse2neon/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/sse2neon
- pkg install sse2neon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sse2neon
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386
- distinfo:
- TIMESTAMP = 1735177457
SHA256 (DLTcollab-sse2neon-v1.8.0_GH0.tar.gz) = e251746e3b761f3f0de1ad462b1efe53532341b6b0498d394765fceb85ce8a46
SIZE (DLTcollab-sse2neon-v1.8.0_GH0.tar.gz) = 137017
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_sse2neon
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0 26 Dec 2024 10:46:29
    |
Robert Clausecker (fuz)  |
devel/sse2neon: update to 1.8.0
Changelog: https://github.com/DLTcollab/sse2neon/releases/tag/v1.8.0 |
1.7.0 21 Oct 2024 09:36:00
    |
Robert Clausecker (fuz)  |
devel/sse2neon: SSE to NEON compatibility shim
sse2neon is a translator of Intel SSE (Streaming SIMD Extensions)
intrinsics to Arm NEON, shortening the time needed to get an Arm working
program that then can be used to extract profiles and to identify hot
paths in the code. The header file sse2neon.h contains several of the
functions provided by Intel intrinsic headers such as <xmmintrin.h>,
only implemented with NEON-based counterparts to produce the exact
semantics of the intrinsics.
WWW: https://github.com/DLTcollab/sse2neon |
Number of commits found: 2
|