fix aarch64 singeli

This commit is contained in:
dzaima 2023-04-02 15:39:42 +03:00
parent c76adb8b35
commit 100a188545

View File

@ -165,6 +165,7 @@ def topMaskStoreF{...x} = assert{'topMaskStoreF not supported', show{...x}}
def homMaskStoreF{...x} = assert{'homMaskStoreF not supported', show{...x}}
def widen{...x} = assert{'widen not supported', show{...x}}
def narrow{...x} = assert{'narrow not supported', show{...x}}
def unord{...x} = assert{'unord not supported', show{...x}}
def widen{T, x:X & T==X} = x
def narrow{T, x:X & T==eltype{X}} = x