Skip to content

Commit c2f1021

Browse files
author
chris
committed
Make lasx derive from lsx
1 parent d792486 commit c2f1021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xsimd/types/xsimd_lsx_register.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace xsimd
4444
*
4545
* LoongArch 256-bit advanced SIMD extension.
4646
*/
47-
struct lasx : loongarch
47+
struct lasx : lsx
4848
{
4949
static constexpr bool supported() noexcept { return XSIMD_WITH_LASX; }
5050
static constexpr bool available() noexcept { return true; }

0 commit comments

Comments
 (0)