44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0" ?>
|
||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||
<PISI>
|
||
<Source>
|
||
<Name>SIMDe</Name>
|
||
<Homepage>https://github.com/simd-everywhere/simde</Homepage>
|
||
<Packager>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Packager>
|
||
<License>MIT</License>
|
||
<PartOf>programming.misc</PartOf>
|
||
<Summary>Implementations of SIMD instruction sets for systems which don't natively support them.</Summary>
|
||
<Description>The SIMDe header-only library provides fast, portable implementations of SIMD intrinsics on hardware which doesn't natively support them.</Description>
|
||
<Archive sha1sum="3b86b4563fa6d11ea5a00e0b658d0a995e81389f" type="targz">
|
||
https://github.com/simd-everywhere/simde/archive/v0.8.2/simde-v0.8.2.tar.gz
|
||
</Archive>
|
||
<BuildDependencies>
|
||
<Dependency>meson</Dependency>
|
||
</BuildDependencies>
|
||
<Patches>
|
||
<!-- <Patch level="1"></Patch> -->
|
||
</Patches>
|
||
</Source>
|
||
|
||
<Package>
|
||
<Name>SIMDe</Name>
|
||
<Files>
|
||
<Path fileType="header">/usr/include</Path>
|
||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||
</Files>
|
||
</Package>
|
||
|
||
<History>
|
||
<Update release="1">
|
||
<Date>2025-10-19</Date>
|
||
<Version>0.8.2</Version>
|
||
<Comment>First release</Comment>
|
||
<Name>Kamil Atlı</Name>
|
||
<Email>suvari@pisilinux.org</Email>
|
||
</Update>
|
||
</History>
|
||
</PISI>
|