notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
sse2neon SSE to NEON compatibility shim
1.8.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. include/sse2neon.h
  2. /usr/local/share/licenses/sse2neon-1.8.0/catalog.mk
  3. /usr/local/share/licenses/sse2neon-1.8.0/LICENSE
  4. /usr/local/share/licenses/sse2neon-1.8.0/MIT
Collapse this list.
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):
sse2neon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.01.8.0-1.8.0----
FreeBSD:13:quarterly1.8.01.8.0-1.8.0----
FreeBSD:14:latest1.8.01.8.0-1.8.0----
FreeBSD:14:quarterly1.8.01.8.0-1.8.0----
FreeBSD:15:latest1.8.01.8.0n/a1.8.0n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/DLTcollab/sse2neon/tar.gz/v1.8.0?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.8.0
26 Dec 2024 10:46:29
commit hash: 5f8a9a24f490cad8bb6ce0d65051be3486ab76c3commit hash: 5f8a9a24f490cad8bb6ce0d65051be3486ab76c3commit hash: 5f8a9a24f490cad8bb6ce0d65051be3486ab76c3commit hash: 5f8a9a24f490cad8bb6ce0d65051be3486ab76c3 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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
commit hash: 064036198c23d84372f51266cba47fc8d0a8b897commit hash: 064036198c23d84372f51266cba47fc8d0a8b897commit hash: 064036198c23d84372f51266cba47fc8d0a8b897commit hash: 064036198c23d84372f51266cba47fc8d0a8b897 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
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