Skip to content

Commit

Permalink
disable USE_UNMASKED_ASSEMBLY by default so it can be reenabled from …
Browse files Browse the repository at this point in the history
…the command line
  • Loading branch information
rdolbeau committed Mar 4, 2024
1 parent 426110b commit 0ce08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simd-support/simd-maskedsve.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ typedef DS(svfloat64_t, svfloat32_t) V;
* clang 11 & armclang 20.2 used masked form in assembly and lots of copies
* gcc 10 uses the non-masked form (!) and no copies
*/
#define USE_UNMASKED_ASSEMBLY
//#define USE_UNMASKED_ASSEMBLY
/* Define below to use masking instead of branching in STu
*/
//#define BRANCHLESS_STU
Expand Down

0 comments on commit 0ce08bd

Please sign in to comment.