fix: typo from algorthms to algorithms (#84)

pull/94/head
SaiCharan 3 years ago committed by GitHub
parent f757add3bb
commit bd4b47a205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@
* The library has generally separate functions for operating on 8-bit integers, 16-bit integers, * The library has generally separate functions for operating on 8-bit integers, 16-bit integers,
* 32-bit integer and 32-bit floating-point values and 64-bit floating-point values. * 32-bit integer and 32-bit floating-point values and 64-bit floating-point values.
* *
* The library is providing vectorized versions of most algorthms for Helium * The library is providing vectorized versions of most algorithms for Helium
* and of most f32 algorithms for Neon. * and of most f32 algorithms for Neon.
* *
* When using a vectorized version, provide a little bit of padding after the end of * When using a vectorized version, provide a little bit of padding after the end of

Loading…
Cancel
Save