assembler-aarch64: Prevent -Wshadow warning (#9)
Prevents -Wshadow warnings from appearing in including projects with -Wshadow enabled. operands-aarch64.h defines a bunch of vector register convenience operands via the DEFINE_VREGISTERS preprocessor define, which results in the b5 convenience operand shadowing this variable
Loading
Please register or sign in to comment