简体   繁体   中英

arm neon BSL instruction for floating point

Is there an inline asm instruction equivalent for neon intrinsic vbslq_f32 ?

In intrinsic manual there is written BSL Vd.16B,Vn.16B,Vm.16B as asm equivalent for vbslq_f32 . But in asm manual there is not implementation for 4S, there is only "8B or 16B (though an assembler should accept any valid format)" and it doesn't work with floats.

You don't need any data type for bitwise operations.

Only the vector length matters, either 64bit or 128bit which you specify by 8b or 16b.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM