diff options
| author | Rye <rye@lindenlab.com> | 2025-02-02 19:05:59 -0500 |
|---|---|---|
| committer | Rye <rye@lindenlab.com> | 2025-02-11 05:04:07 -0500 |
| commit | e83aea5e959075ac6c324e77752cb1b48709eab0 (patch) | |
| tree | ec861bd11762666d15dd2a2566859cb04ccd11d5 /autobuild.xml | |
| parent | 2f39d381efaa77f27f6daf10b782066e426872b6 (diff) | |
Introduce SSE2NEON package for handling sse to neon intrinsic compatibility
Diffstat (limited to 'autobuild.xml')
| -rw-r--r-- | autobuild.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/autobuild.xml b/autobuild.xml index f298b21d27..ad563eccc6 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2318,6 +2318,40 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>description</key> <string>Vivox SDK components</string> </map> + <key>sse2neon</key> + <map> + <key>platforms</key> + <map> + <key>common</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>c578c2a7f4355197d0ce8544310bc5e785531018</string> + <key>hash_algorithm</key> + <string>sha1</string> + <key>url</key> + <string>https://github.com/secondlife/3p-sse2neon/releases/download/v1.7.0-r2/sse2neon-1.7.0-dev0.gc8ad5f1.d20241212-common-12287325635.tar.zst</string> + </map> + <key>name</key> + <string>common</string> + </map> + </map> + <key>license</key> + <string>MIT</string> + <key>license_file</key> + <string>LICENSES/sse2neon.txt</string> + <key>copyright</key> + <string>Copyright (c) 2015-2024 SSE2NEON Contributors.</string> + <key>version</key> + <string>1.7.0-dev0.gc8ad5f1.d20241212</string> + <key>name</key> + <string>sse2neon</string> + <key>canonical_repo</key> + <string>https://github.com/secondlife/3p-sse2neon</string> + <key>description</key> + <string>A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation</string> + </map> <key>threejs</key> <map> <key>platforms</key> |
